Searched refs:offset_value (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp921 src_reg offset_value,
936 case ir_tg4: opcode = offset_value.file != BAD_FILE
1004 if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BAD_FILE)) {
1080 } else if (op == ir_tg4 && offset_value.file != BAD_FILE) {
1087 offset_value));
912 emit_texture(ir_texture_opcode op,dst_reg dest,const glsl_type * dest_type,src_reg coordinate,int coord_components,src_reg shadow_comparator,src_reg lod,src_reg lod2,src_reg sample_index,uint32_t constant_offset,src_reg offset_value,src_reg mcs,uint32_t surface,src_reg surface_reg,src_reg sampler_reg) argument
H A Dbrw_vec4.h272 src_reg offset_value,
H A Dbrw_vec4_nir.cpp1992 src_reg offset_value; local in function:brw::vec4_visitor::nir_emit_texture
2066 offset_value =
2129 constant_offset, offset_value, mcs,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp837 src_reg offset_value,
851 case ir_tg4: opcode = offset_value.file != BAD_FILE
918 if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BAD_FILE)) {
985 } else if (op == ir_tg4 && offset_value.file != BAD_FILE) {
992 offset_value));
828 emit_texture(ir_texture_opcode op,dst_reg dest,int dest_components,src_reg coordinate,int coord_components,src_reg shadow_comparator,src_reg lod,src_reg lod2,src_reg sample_index,uint32_t constant_offset,src_reg offset_value,src_reg mcs,uint32_t surface,src_reg surface_reg,src_reg sampler_reg) argument
H A Dbrw_vec4.h269 src_reg offset_value,
H A Dbrw_vec4_nir.cpp1994 src_reg offset_value; local in function:brw::vec4_visitor::nir_emit_texture
2065 offset_value =
2129 constant_offset, offset_value, mcs,

Completed in 13 milliseconds