Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3598 const struct glsl_type *sel_type; in vtn_handle_body_instruction() local
3601 sel_type = glsl_bool_type(); in vtn_handle_body_instruction()
3604 sel_type = glsl_vector_type(GLSL_TYPE_BOOL, res_val->type->length); in vtn_handle_body_instruction()
3610 sel_type = glsl_bool_type(); in vtn_handle_body_instruction()
3616 if (unlikely(sel_val->type->type != sel_type)) { in vtn_handle_body_instruction()