Searched refs:varvec_from_nir (Results 1 – 3 of 3) sorted by relevance
92 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);
58 std::vector<PValue> ValuePool::varvec_from_nir(const nir_dest& dst, int num_components) in varvec_from_nir() function in r600::ValuePool67 std::vector<PValue> ValuePool::varvec_from_nir(const nir_src& src, int num_components) in varvec_from_nir() function in r600::ValuePool
550 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()