Searched refs:varvec_from_nir (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.h92 std::vector<PValue> varvec_from_nir(const nir_dest& src, int num_components);
93 std::vector<PValue> varvec_from_nir(const nir_src& src, int num_components);
H A Dsfn_valuepool.cpp58 std::vector<PValue> ValuePool::varvec_from_nir(const nir_dest& dst, int num_components) function in class:r600::ValuePool
67 std::vector<PValue> ValuePool::varvec_from_nir(const nir_src& src, int num_components) function in class:r600::ValuePool
H A Dsfn_shader_base.cpp547 auto address = varvec_from_nir(instr->src[0], instr->num_components);
548 auto dest_value = varvec_from_nir(instr->dest, instr->num_components);

Completed in 6 milliseconds