Searched refs:uvec (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dbuilder_tests.cpp38 case 32: return glsl_type::uvec(def->num_components);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_instructions.cpp430 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 Dbuiltin_functions.cpp5611 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 Dlower_instructions.cpp423 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 Dbuiltin_functions.cpp5116 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 Dbuiltin_type_macros.h44 DECL_VEC_TYPE(uint, uvec, GLSL_TYPE_UINT, GL_UNSIGNED_INT)
H A Dglsl_types.h394 static const glsl_type *uvec(unsigned components);
H A Dglsl_types.cpp658 VECN(components, uint, uvec)
736 return uvec(rows);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dglsl_types.h297 static const glsl_type *uvec(unsigned components);
H A Dbuiltin_type_macros.h44 DECL_VEC_TYPE(uint, uvec, GLSL_TYPE_UINT, GL_UNSIGNED_INT)
H A Dglsl_types.cpp611 VECN(components, uint, uvec)
678 return uvec(rows);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst1374 - zink: use uvec for undefs
H A D20.2.0.rst3568 - zink: use helper function to handle uvec/bvec types

Completed in 62 milliseconds