Home
last modified time | relevance | path

Searched refs:int8_type (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.h234 const struct dxil_type *int1_type, *int8_type, *int16_type, member
Ddxil_module.c477 if (!m->int8_type) in get_int8_type()
478 m->int8_type = create_int_type(m, 8); in get_int8_type()
479 return m->int8_type; in get_int8_type()
692 const struct dxil_type *int8_type = get_int8_type(m); in dxil_module_get_handle_type() local
693 if (!int8_type) in dxil_module_get_handle_type()
696 const struct dxil_type *ptr_type = dxil_module_get_pointer_type(m, int8_type); in dxil_module_get_handle_type()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c2710 struct lp_type int8_type; in lp_build_nir_soa() local
2711 int8_type = lp_int_type(type); in lp_build_nir_soa()
2712 int8_type.width /= 4; in lp_build_nir_soa()
2713 lp_build_context_init(&bld.bld_base.int8_bld, gallivm, int8_type); in lp_build_nir_soa()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c3064 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); in generate_fragment() local
3147 arg_types[7] = LLVMPointerType(LLVMPointerType(int8_type, 0), 0); /* color */ in generate_fragment()
3148 arg_types[8] = LLVMPointerType(int8_type, 0); /* depth */ in generate_fragment()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1700 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); in clipmask_booli8() local
1726 ret = LLVMBuildZExt(builder, ret, int8_type, ""); in clipmask_booli8()