Searched refs:ivec (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_gs_nir.cpp51 const glsl_type *const type = glsl_type::ivec(instr->num_components);
H A Dbrw_vec4_nir.cpp2023 coord_type = glsl_type::ivec(src_size);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_gs_nir.cpp66 const glsl_type *const type = glsl_type::ivec(instr->num_components);
H A Dbrw_vec4_nir.cpp2024 coord_type = glsl_type::ivec(src_size);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_instructions.cpp429 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1); local in function:lower_instructions_visitor::ldexp_to_arith
435 ir_variable *exp = new(ir) ir_variable(ivec, "exp", ir_var_temporary);
439 new(ir) ir_variable(ivec, "extracted_biased_exp", ir_var_temporary);
441 new(ir) ir_variable(ivec, "resulting_biased_exp", ir_var_temporary);
498 ir_constant::zero(ir, ivec))));
501 ir_constant::zero(ir, ivec),
552 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1); local in function:lower_instructions_visitor::dldexp_to_arith
556 ir_constant *zeroi = ir_constant::zero(ir, ivec);
566 ir_variable *exp = new(ir) ir_variable(ivec, "exp", ir_var_temporary);
572 new(ir) ir_variable(ivec, "extracted_biased_ex
[all...]
H A Dbuiltin_functions.cpp5602 MAKE_SIG(glsl_type::ivec(type->vector_elements), shader_bit_encoding, 1, x);
6550 new(mem_ctx) ir_variable(glsl_type::ivec(offset_size), "offset",
6930 glsl_type::ivec(type->vector_elements), type);
6937 glsl_type::ivec(type->vector_elements), type);
6944 glsl_type::ivec(type->vector_elements), type);
7451 glsl_type::ivec(image_type->coordinate_components()), "coord");
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_instructions.cpp422 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1); local in function:lower_instructions_visitor::ldexp_to_arith
428 ir_variable *exp = new(ir) ir_variable(ivec, "exp", ir_var_temporary);
432 new(ir) ir_variable(ivec, "extracted_biased_exp", ir_var_temporary);
434 new(ir) ir_variable(ivec, "resulting_biased_exp", ir_var_temporary);
491 ir_constant::zero(ir, ivec))));
494 ir_constant::zero(ir, ivec),
545 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1); local in function:lower_instructions_visitor::dldexp_to_arith
549 ir_constant *zeroi = ir_constant::zero(ir, ivec);
559 ir_variable *exp = new(ir) ir_variable(ivec, "exp", ir_var_temporary);
565 new(ir) ir_variable(ivec, "extracted_biased_ex
[all...]
H A Dbuiltin_functions.cpp5107 MAKE_SIG(glsl_type::ivec(type->vector_elements), shader_bit_encoding, 1, x);
6055 new(mem_ctx) ir_variable(glsl_type::ivec(offset_size), "offset",
6473 glsl_type::ivec(type->vector_elements), type);
6480 glsl_type::ivec(type->vector_elements), type);
6487 glsl_type::ivec(type->vector_elements), type);
6917 glsl_type::ivec(image_type->coordinate_components()), "coord");
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dbuiltin_type_macros.h43 DECL_VEC_TYPE(int, ivec, GLSL_TYPE_INT, GL_INT)
H A Dglsl_types.h393 static const glsl_type *ivec(unsigned components);
H A Dglsl_types.cpp657 VECN(components, int, ivec)
738 return ivec(rows);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dglsl_types.h296 static const glsl_type *ivec(unsigned components);
H A Dbuiltin_type_macros.h43 DECL_VEC_TYPE(int, ivec, GLSL_TYPE_INT, GL_INT)
H A Dglsl_types.cpp610 VECN(components, int, ivec)
680 return ivec(rows);

Completed in 44 milliseconds