Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.cpp133 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()
Dsfn_shader_compute.cpp99 auto ir = new FetchInstruction(vc_fetch, no_index_offset, in emit_load_num_work_groups()
Dsfn_defines.h205 vc_fetch = FETCH_OP_VFETCH, enumerator
Dsfn_emitssboinstruction.cpp457 auto fetch = new FetchInstruction(vc_fetch, in emit_ssbo_atomic_op()
547 auto fetch = new FetchInstruction(vc_fetch, in fetch_return_value()
Dsfn_shader_base.cpp889 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()
Dsfn_shader_geometry.cpp303 auto fetch = new FetchInstruction(vc_fetch, no_index_offset, dest, addr, in emit_load_from_array()
Dsfn_shader_fragment.cpp423 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()
Dsfn_emittexinstruction.cpp397 auto ir = new FetchInstruction(vc_fetch, no_index_offset, dst, src.coord.reg_i(0), 0, in emit_buf_txf()