Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py539 src2_type, const_expr): argument
540 opcode(name, out_size, out_type, [src1_size, src2_size], [src1_type, src2_type],
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c238 LLVMTypeRef src2_type = LLVMTypeOf(src2); in emit_bcsel() local
241 LLVMGetTypeKind(src2_type) != LLVMPointerTypeKind) { in emit_bcsel()
243 } else if (LLVMGetTypeKind(src2_type) == LLVMPointerTypeKind && in emit_bcsel()
245 src1 = LLVMBuildIntToPtr(ctx->builder, src1, src2_type, ""); in emit_bcsel()
/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp2842 src2_type, \ in TEST_P() argument
2862 BRW_REGISTER_TYPE_##src2_type, \ in TEST_P()