| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| H A D | builder_tests.cpp | 38 case 32: return glsl_type::uvec(def->num_components);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_instructions.cpp | 430 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); local in function:lower_instructions_visitor::ldexp_to_arith 436 ir_variable *result = new(ir) ir_variable(uvec, "result", ir_var_temporary); 444 new(ir) ir_variable(uvec, "sign_mantissa", ir_var_temporary); 750 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); local in function:lower_instructions_visitor::dfrexp_exp_to_arith 766 new(ir) ir_variable(uvec, "high_words", ir_var_temporary); 1064 ir_variable *temp = new(ir) ir_variable(glsl_type::uvec(elements), "temp", 1272 new(ir) ir_variable(glsl_type::uvec(ir->operands[0]->type->vector_elements), 1349 new(ir) ir_variable(glsl_type::uvec(elements), "lsb_only", ir_var_temporary); 1430 new(ir) ir_variable(glsl_type::uvec(elements), "temp", ir_var_temporary); 1573 new(ir) ir_variable(glsl_type::uvec(element [all...] |
| H A D | builtin_functions.cpp | 5611 MAKE_SIG(glsl_type::uvec(type->vector_elements), shader_bit_encoding, 1, x); 6952 glsl_type::uvec(type->vector_elements), type); 6960 MAKE_SIG(glsl_type::uvec(type->vector_elements), avail, 1, a); 7011 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); local in function:builtin_builder::_frexp 7040 ir_variable *bits = body.make_temp(uvec, "bits");
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_instructions.cpp | 423 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); local in function:lower_instructions_visitor::ldexp_to_arith 429 ir_variable *result = new(ir) ir_variable(uvec, "result", ir_var_temporary); 437 new(ir) ir_variable(uvec, "sign_mantissa", ir_var_temporary); 743 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); local in function:lower_instructions_visitor::dfrexp_exp_to_arith 759 new(ir) ir_variable(uvec, "high_words", ir_var_temporary); 1056 ir_variable *temp = new(ir) ir_variable(glsl_type::uvec(elements), "temp", 1264 new(ir) ir_variable(glsl_type::uvec(ir->operands[0]->type->vector_elements), 1341 new(ir) ir_variable(glsl_type::uvec(elements), "lsb_only", ir_var_temporary); 1422 new(ir) ir_variable(glsl_type::uvec(elements), "temp", ir_var_temporary); 1546 new(ir) ir_variable(glsl_type::uvec(element [all...] |
| H A D | builtin_functions.cpp | 5116 MAKE_SIG(glsl_type::uvec(type->vector_elements), shader_bit_encoding, 1, x); 6532 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); local in function:builtin_builder::_frexp 6561 ir_variable *bits = body.make_temp(uvec, "bits");
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | builtin_type_macros.h | 44 DECL_VEC_TYPE(uint, uvec, GLSL_TYPE_UINT, GL_UNSIGNED_INT)
|
| H A D | glsl_types.h | 394 static const glsl_type *uvec(unsigned components);
|
| H A D | glsl_types.cpp | 658 VECN(components, uint, uvec) 736 return uvec(rows);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | glsl_types.h | 297 static const glsl_type *uvec(unsigned components);
|
| H A D | builtin_type_macros.h | 44 DECL_VEC_TYPE(uint, uvec, GLSL_TYPE_UINT, GL_UNSIGNED_INT)
|
| H A D | glsl_types.cpp | 611 VECN(components, uint, uvec) 678 return uvec(rows);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.0.rst | 1374 - zink: use uvec for undefs
|
| H A D | 20.2.0.rst | 3568 - zink: use helper function to handle uvec/bvec types
|