Home
last modified time | relevance | path

Searched refs:no_index_offset (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.cpp134 m_fetch_type(no_index_offset), in FetchInstruction()
170 m_fetch_type(no_index_offset), in FetchInstruction()
306 no_index_offset, in FetchGDSOpResult()
332 no_index_offset, in FetchTCSIOParam()
Dsfn_shader_compute.cpp98 auto ir = new FetchInstruction(vc_fetch, no_index_offset, in emit_load_num_workgroups()
Dsfn_emitssboinstruction.cpp504 no_index_offset, in emit_ssbo_atomic_op()
599 no_index_offset, in fetch_return_value()
678 …emit_instruction(new FetchInstruction(vc_fetch, no_index_offset, trgt, addr, R600_SHADER_BUFFER_IN… in emit_image_size()
Dsfn_defines.h215 no_index_offset = 2 enumerator
Dsfn_shader_base.cpp895 ir = new FetchInstruction(vc_fetch, no_index_offset, trgt, addr, 0, in emit_load_ubo_vec4()
899 ir = new FetchInstruction(vc_fetch, no_index_offset, trgt, addr, 0, in emit_load_ubo_vec4()
1023 auto ir = new FetchInstruction(vc_fetch, no_index_offset, trgt, addr, offest, in load_uniform_indirect()
Dsfn_shader_geometry.cpp325 auto fetch = new FetchInstruction(vc_fetch, no_index_offset, dest, addr, in emit_load_per_vertex_input()
Dsfn_shader_fragment.cpp648 auto fetch = new FetchInstruction(vc_fetch, no_index_offset, slope, in load_barycentric_at_sample()
776 no_index_offset, in emit_load_sample_pos()
Dsfn_emittexinstruction.cpp90 auto ir = new FetchInstruction(vc_fetch, no_index_offset, dst, src.coord.reg_i(0), 0, in emit_buf_txf()