Searched refs:vec_from_nir_with_fetch_constant (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp106 GPRVector EmitInstruction::vec_from_nir_with_fetch_constant(const nir_src& src, unsigned mask, function in class:r600::EmitInstruction
109 return m_proc.vec_from_nir_with_fetch_constant(src, mask, swizzle, match);
H A Dsfn_emitinstruction.h75 GPRVector vec_from_nir_with_fetch_constant(const nir_src& src, unsigned mask,
H A Dsfn_shader_tcs.cpp102 auto val = vec_from_nir_with_fetch_constant(instr->src[0],
H A Dsfn_vertexstageexport.cpp176 GPRVector value = m_proc.vec_from_nir_with_fetch_constant(instr->src[store_info.data_loc], write_mask, swizzle);
229 GPRVector value = m_proc.vec_from_nir_with_fetch_constant(instr->src[store_info.data_loc], write_mask, swizzle, true);
247 m_clip_vertex = m_proc.vec_from_nir_with_fetch_constant(instr->src[store_info.data_loc], 0xf, {0,1,2,3});
500 GPRVector value = m_proc.vec_from_nir_with_fetch_constant(instr->src[store_info.data_loc], write_mask,
H A Dsfn_emitssboinstruction.cpp402 auto values = vec_from_nir_with_fetch_constant(instr->src[0],
439 auto coord = vec_from_nir_with_fetch_constant(intrin->src[1], 0xf, {0,1,2,3});
441 auto value = vec_from_nir_with_fetch_constant(intrin->src[3], 0xf, {0,1,2,3});
549 auto coord = vec_from_nir_with_fetch_constant(intrin->src[1], 0xf, swz);
H A Dsfn_emittexinstruction.cpp405 auto ofs = vec_from_nir_with_fetch_constant(*src.offset,
543 src.coord = vec_from_nir_with_fetch_constant(instr.src[i].src,
552 src.ddx = vec_from_nir_with_fetch_constant(instr.src[i].src,
559 src.ddy = vec_from_nir_with_fetch_constant(instr.src[i].src,
H A Dsfn_shader_base.h67 GPRVector vec_from_nir_with_fetch_constant(const nir_src& src, unsigned mask,
H A Dsfn_shader_geometry.cpp64 auto out_value = vec_from_nir_with_fetch_constant(instr->src[0], write_mask, swz, true);
H A Dsfn_shader_base.cpp744 auto value = vec_from_nir_with_fetch_constant(instr->src[0], (1 << instr->num_components) - 1,
789 GPRVector ShaderFromNirProcessor::vec_from_nir_with_fetch_constant(const nir_src& src, function in class:r600::ShaderFromNirProcessor
H A Dsfn_shader_fragment.cpp935 auto value = vec_from_nir_with_fetch_constant(instr->src[0], writemask, swizzle);
1003 auto value = vec_from_nir_with_fetch_constant(instr->src[1], writemask, swizzle);
H A Dsfn_emitaluinstruction.cpp975 auto src = vec_from_nir_with_fetch_constant(instr.src[0].src, (1 << ncomp) - 1, src_swz);

Completed in 16 milliseconds