Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
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);
Dsfn_valuepool.cpp58 std::vector<PValue> ValuePool::varvec_from_nir(const nir_dest& dst, int num_components) in varvec_from_nir() function in r600::ValuePool
67 std::vector<PValue> ValuePool::varvec_from_nir(const nir_src& src, int num_components) in varvec_from_nir() function in r600::ValuePool
Dsfn_shader_base.cpp550 auto address = varvec_from_nir(instr->src[0], instr->num_components); in emit_load_local_shared()
551 auto dest_value = varvec_from_nir(instr->dest, instr->num_components); in emit_load_local_shared()