Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.cpp1119 static bool emit_unpack_64_2x32_split(const nir_alu_instr& alu, int comp, Shader& shader);
1385 case nir_op_unpack_64_2x32_split_x: return emit_unpack_64_2x32_split(*alu, 0, shader); in from_nir()
1386 case nir_op_unpack_64_2x32_split_y: return emit_unpack_64_2x32_split(*alu, 1, shader); in from_nir()
2303 static bool emit_unpack_64_2x32_split(const nir_alu_instr& alu, int comp, Shader& shader) in emit_unpack_64_2x32_split() function

Completed in 4 milliseconds