Searched refs:get_temp_vec4 (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp117 GPRVector EmitInstruction::get_temp_vec4(const GPRVector::Swizzle& swizzle) function in class:r600::EmitInstruction
119 return m_proc.get_temp_vec4(swizzle);
H A Dsfn_emitinstruction.h65 GPRVector get_temp_vec4(const GPRVector::Swizzle& swizzle = {0,1,2,3});
H A Dsfn_valuepool.h161 GPRVector get_temp_vec4(const GPRVector::Swizzle &swizzle = {0,1,2,3});
H A Dsfn_shader_fragment.cpp563 auto dst = nir_intrinsic_component(instr) ? get_temp_vec4() : vec_from_nir(instr->dest, 4);
579 GPRVector bgcol = get_temp_vec4();
613 GPRVector help = get_temp_vec4();
646 GPRVector slope = get_temp_vec4();
654 GPRVector grad = get_temp_vec4();
713 auto dst = nir_intrinsic_component(instr) ? get_temp_vec4() : vec_from_nir(instr->dest, 4);
732 GPRVector bgcol = get_temp_vec4();
H A Dsfn_vertexstageexport.cpp253 GPRVector clip_dist[2] = { m_proc.get_temp_vec4(), m_proc.get_temp_vec4()};
422 tmp[i] = m_proc.get_temp_vec4(swizzle);
H A Dsfn_emitssboinstruction.cpp36 m_rat_return_address = get_temp_vec4();
390 GPRVector addr_vec = get_temp_vec4({0,1,2,7});
392 auto temp2 = get_temp_vec4();
H A Dsfn_valuepool.cpp166 GPRVector ValuePool::get_temp_vec4(const GPRVector::Swizzle& swizzle) function in class:r600::ValuePool
H A Dsfn_emitaluinstruction.cpp335 auto v = get_temp_vec4();
978 GPRVector tmp = get_temp_vec4();
H A Dsfn_shader_base.cpp856 GPRVector result = get_temp_vec4(swizzle);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst2211 - r600/sfn: use get_temp_vec4 directly when fetching

Completed in 16 milliseconds