Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c4156 enum vrend_type_qualifier imm_stypeprefix = stypeprefix; in get_source_info() local
4169 imm_stypeprefix = UVEC4; in get_source_info()
4171 imm_stypeprefix = IVEC4; in get_source_info()
4174 imm_stypeprefix = INT_BITS_TO_FLOAT; in get_source_info()
4176 imm_stypeprefix = UINT_BITS_TO_FLOAT; in get_source_info()
4178 imm_stypeprefix = TYPE_CONVERSION_NONE; in get_source_info()
4182 imm_stypeprefix = TYPE_CONVERSION_NONE; in get_source_info()
4184 imm_stypeprefix = UINT_BITS_TO_FLOAT; in get_source_info()
4188 strbuf_fmt(src_buf, "%s(%s%s(", get_string(imm_stypeprefix), prefix, get_string(vtype)); in get_source_info()