Searched refs:coordinate_type (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4.h | 277 src_reg emit_mcs_fetch(const glsl_type *coordinate_type, src_reg coordinate,
|
| H A D | brw_vec4_visitor.cpp | 860 vec4_visitor::emit_mcs_fetch(const glsl_type *coordinate_type, argument 889 int coord_mask = (1 << coordinate_type->vector_elements) - 1; 892 emit(MOV(dst_reg(MRF, param_base, coordinate_type, coord_mask), 895 emit(MOV(dst_reg(MRF, param_base, coordinate_type, zero_mask),
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4.h | 274 src_reg emit_mcs_fetch(const glsl_type *coordinate_type, src_reg coordinate,
|
| H A D | brw_vec4_visitor.cpp | 791 vec4_visitor::emit_mcs_fetch(const glsl_type *coordinate_type, argument 805 int coord_mask = (1 << coordinate_type->vector_elements) - 1; 808 emit(MOV(dst_reg(MRF, param_base, coordinate_type, coord_mask), 811 emit(MOV(dst_reg(MRF, param_base, coordinate_type, zero_mask),
|
Completed in 7 milliseconds