Searched refs:no_index_offset (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_fetch.cpp | 134 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()
|
D | sfn_shader_compute.cpp | 98 auto ir = new FetchInstruction(vc_fetch, no_index_offset, in emit_load_num_workgroups()
|
D | sfn_emitssboinstruction.cpp | 504 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()
|
D | sfn_defines.h | 215 no_index_offset = 2 enumerator
|
D | sfn_shader_base.cpp | 895 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()
|
D | sfn_shader_geometry.cpp | 325 auto fetch = new FetchInstruction(vc_fetch, no_index_offset, dest, addr, in emit_load_per_vertex_input()
|
D | sfn_shader_fragment.cpp | 648 auto fetch = new FetchInstruction(vc_fetch, no_index_offset, slope, in load_barycentric_at_sample() 776 no_index_offset, in emit_load_sample_pos()
|
D | sfn_emittexinstruction.cpp | 90 auto ir = new FetchInstruction(vc_fetch, no_index_offset, dst, src.coord.reg_i(0), 0, in emit_buf_txf()
|