| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 870 int param_base; local in function:brw::vec4_visitor::emit_mcs_fetch 882 param_base = inst->base_mrf + 1; 885 param_base = inst->base_mrf; 892 emit(MOV(dst_reg(MRF, param_base, coordinate_type, coord_mask), 895 emit(MOV(dst_reg(MRF, param_base, coordinate_type, zero_mask), 981 int param_base = inst->base_mrf + inst->header_size; local in function:brw::vec4_visitor::emit_texture 985 emit(MOV(dst_reg(MRF, param_base, lod.type, writemask), lod)); 995 emit(MOV(dst_reg(MRF, param_base, coordinate.type, coord_mask), 1000 emit(MOV(dst_reg(MRF, param_base, coordinate.type, zero_mask), 1005 emit(MOV(dst_reg(MRF, param_base [all...] |
| H A D | brw_vec4_nir.cpp | 486 int param_base = inst->base_mrf; local in function:brw::vec4_visitor::nir_emit_intrinsic 488 emit(MOV(dst_reg(MRF, param_base, glsl_type::int_type, writemask), lod));
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 802 const int param_base = inst->base_mrf; local in function:brw::vec4_visitor::emit_mcs_fetch 808 emit(MOV(dst_reg(MRF, param_base, coordinate_type, coord_mask), 811 emit(MOV(dst_reg(MRF, param_base, coordinate_type, zero_mask), 895 int param_base = inst->base_mrf + inst->header_size; local in function:brw::vec4_visitor::emit_texture 899 emit(MOV(dst_reg(MRF, param_base, lod.type, writemask), lod)); 909 emit(MOV(dst_reg(MRF, param_base, coordinate.type, coord_mask), 914 emit(MOV(dst_reg(MRF, param_base, coordinate.type, zero_mask), 919 emit(MOV(dst_reg(MRF, param_base + 1, shadow_comparator.type, 929 mrf = param_base + 1; 938 mrf = param_base; [all...] |
| H A D | brw_vec4_nir.cpp | 454 int param_base = inst->base_mrf; local in function:brw::vec4_visitor::nir_emit_intrinsic 456 emit(MOV(dst_reg(MRF, param_base, glsl_type::int_type, writemask), lod));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir_lower_tess_io.cpp | 74 r600_tcs_base_address(nir_builder *b, nir_ssa_def *param_base, nir_ssa_def *rel_patch_id) argument 76 return r600_umad_24(b, nir_channel(b, param_base, 0), 78 nir_channel(b, param_base, 3));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 988 unsigned param_base, 996 si_shader_io_get_unique_index_patch(name[param_base], index[param_base]) : 997 si_shader_io_get_unique_index(name[param_base], index[param_base], false); 1021 unsigned param_base; local in function:get_tcs_tes_buffer_address_from_reg 1050 param_base = array_first[reg.Indirect.ArrayID]; 1052 param_base = reg.Register.Index; 1055 1, reg.Register.Index - param_base); 1058 param_base 984 get_tcs_tes_buffer_address_from_generic_indices(struct si_shader_context * ctx,LLVMValueRef vertex_index,LLVMValueRef param_index,unsigned param_base,ubyte * name,ubyte * index,bool is_patch) argument [all...] |