Home
last modified time | relevance | path

Searched refs:qpKeyStringMap (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/framework/qphelper/
H A DqpTestLog.c149 } qpKeyStringMap; typedef
154 static const qpKeyStringMap s_qpTestTypeMap[] = {{QP_TEST_CASE_TYPE_SELF_VALIDATE, "SelfValidate"},
163 static const qpKeyStringMap s_qpTestResultMap[] = {
185 static const qpKeyStringMap s_qpTagMap[] = {{QP_KEY_TAG_NONE, DE_NULL}, {QP_KEY_TAG_PERFORMANC…
195 static const qpKeyStringMap s_qpSampleValueTagMap[] = {{QP_SAMPLE_VALUE_TAG_PREDICTOR, "Predictor"},
204 static const qpKeyStringMap s_qpImageCompressionModeMap[] = {
216 static const qpKeyStringMap s_qpImageFormatMap[] = {{QP_IMAGE_FORMAT_RGB888, "RGB888"},
225 static const qpKeyStringMap s_qpShaderTypeMap[] = {{QP_SHADER_TYPE_VERTEX, "VertexShader"},
256 static const char *qpLookupString(const qpKeyStringMap *keyMap, int keyMapSize, int key) in qpLookupString()