Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c3141 enum vrend_type_qualifier imm_stypeprefix = stypeprefix; in get_source_info() local
3154 imm_stypeprefix = UVEC4; in get_source_info()
3156 imm_stypeprefix = IVEC4; in get_source_info()
3159 imm_stypeprefix = INT_BITS_TO_FLOAT; in get_source_info()
3161 imm_stypeprefix = UINT_BITS_TO_FLOAT; in get_source_info()
3163 imm_stypeprefix = TYPE_CONVERSION_NONE; in get_source_info()
3167 imm_stypeprefix = TYPE_CONVERSION_NONE; in get_source_info()
3169 imm_stypeprefix = UINT_BITS_TO_FLOAT; in get_source_info()
3173 snprintf(srcs[i], 255, "%s(%s%s(", get_string(imm_stypeprefix), prefix, get_string(vtype)); in get_source_info()