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 D | sfn_emitinstruction.cpp | 117 GPRVector EmitInstruction::get_temp_vec4(const GPRVector::Swizzle& swizzle) function in class:r600::EmitInstruction 119 return m_proc.get_temp_vec4(swizzle);
|
| H A D | sfn_emitinstruction.h | 65 GPRVector get_temp_vec4(const GPRVector::Swizzle& swizzle = {0,1,2,3});
|
| H A D | sfn_valuepool.h | 161 GPRVector get_temp_vec4(const GPRVector::Swizzle &swizzle = {0,1,2,3});
|
| H A D | sfn_shader_fragment.cpp | 563 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 D | sfn_vertexstageexport.cpp | 253 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 D | sfn_emitssboinstruction.cpp | 36 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 D | sfn_valuepool.cpp | 166 GPRVector ValuePool::get_temp_vec4(const GPRVector::Swizzle& swizzle) function in class:r600::ValuePool
|
| H A D | sfn_emitaluinstruction.cpp | 335 auto v = get_temp_vec4(); 978 GPRVector tmp = get_temp_vec4();
|
| H A D | sfn_shader_base.cpp | 856 GPRVector result = get_temp_vec4(swizzle);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 2211 - r600/sfn: use get_temp_vec4 directly when fetching
|
Completed in 16 milliseconds