Searched refs:mul_type (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 7125 const glsl_type *mul_type, *unpack_type; local in function:builtin_builder::_mulExtended 7130 mul_type = glsl_type::get_instance(GLSL_TYPE_INT64, type->vector_elements, 1); 7134 mul_type = glsl_type::get_instance(GLSL_TYPE_UINT64, type->vector_elements, 1); 7146 ir_expression *mul_res = new(mem_ctx) ir_expression(ir_binop_mul, mul_type,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 6605 const glsl_type *mul_type, *unpack_type; local in function:builtin_builder::_mulExtended 6610 mul_type = glsl_type::get_instance(GLSL_TYPE_INT64, type->vector_elements, 1); 6614 mul_type = glsl_type::get_instance(GLSL_TYPE_UINT64, type->vector_elements, 1); 6626 ir_expression *mul_res = new(mem_ctx) ir_expression(ir_binop_mul, mul_type,
|
Completed in 20 milliseconds