Searched refs:vc_fetch (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_fetch.cpp | 133 m_vc_opcode(vc_fetch), in FetchInstruction() 305 FetchInstruction(vc_fetch, in FetchGDSOpResult() 331 FetchInstruction(vc_fetch, in FetchTCSIOParam() 435 case vc_fetch: in do_print()
|
D | sfn_shader_compute.cpp | 99 auto ir = new FetchInstruction(vc_fetch, no_index_offset, in emit_load_num_work_groups()
|
D | sfn_defines.h | 205 vc_fetch = FETCH_OP_VFETCH, enumerator
|
D | sfn_emitssboinstruction.cpp | 457 auto fetch = new FetchInstruction(vc_fetch, in emit_ssbo_atomic_op() 547 auto fetch = new FetchInstruction(vc_fetch, in fetch_return_value()
|
D | sfn_shader_base.cpp | 889 ir = new FetchInstruction(vc_fetch, no_index_offset, trgt, addr, 0, in emit_load_ubo_vec4() 893 ir = new FetchInstruction(vc_fetch, no_index_offset, trgt, addr, 0, in emit_load_ubo_vec4() 1024 auto ir = new FetchInstruction(vc_fetch, no_index_offset, trgt, addr, offest, in load_uniform_indirect()
|
D | sfn_shader_geometry.cpp | 303 auto fetch = new FetchInstruction(vc_fetch, no_index_offset, dest, addr, in emit_load_from_array()
|
D | sfn_shader_fragment.cpp | 423 auto fetch = new FetchInstruction(vc_fetch, in emit_load_sample_pos() 452 auto fetch = new FetchInstruction(vc_fetch, no_index_offset, slope, in emit_interp_deref_at_sample()
|
D | sfn_emittexinstruction.cpp | 397 auto ir = new FetchInstruction(vc_fetch, no_index_offset, dst, src.coord.reg_i(0), 0, in emit_buf_txf()
|