HomeSort by relevance Sort by last modified time
    Searched refs:dst_alu_type (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/spirv/
vtn_alu.c 462 nir_alu_type dst_alu_type = nir_get_nir_type_for_glsl_type(type); local
463 nir_op op = vtn_nir_alu_op_for_spirv_opcode(opcode, &swap, src_alu_type, dst_alu_type);
488 nir_alu_type dst_alu_type = nir_get_nir_type_for_glsl_type(type); local
489 nir_op op = vtn_nir_alu_op_for_spirv_opcode(opcode, &swap, src_alu_type, dst_alu_type);
509 nir_alu_type dst_alu_type = nir_get_nir_type_for_glsl_type(type); local
510 nir_op op = vtn_nir_alu_op_for_spirv_opcode(opcode, &swap, src_alu_type, dst_alu_type);
spirv_to_nir.c 1270 nir_alu_type dst_alu_type = nir_get_nir_type_for_glsl_type(val->const_type); local
    [all...]

Completed in 76 milliseconds