HomeSort by: relevance | last modified time | path
    Searched defs:int8_type (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_module.h 204 const struct dxil_type *int1_type, *int8_type, *int16_type, member in struct:dxil_module
dxil_module.c 479 if (!m->int8_type)
480 m->int8_type = create_int_type(m, 8);
481 return m->int8_type;
694 const struct dxil_type *int8_type = get_int8_type(m); local
695 if (!int8_type)
698 const struct dxil_type *ptr_type = dxil_module_get_pointer_type(m, int8_type);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_nir_soa.c 2465 struct lp_type int8_type; local
2466 int8_type = lp_int_type(type);
2467 int8_type.width /= 4;
2468 lp_build_context_init(&bld.bld_base.int8_bld, gallivm, int8_type);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
draw_llvm.c 1348 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); local
1374 ret = LLVMBuildZExt(builder, ret, int8_type, "");
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_state_fs.c 2416 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); local
2500 arg_types[8] = LLVMPointerType(int8_type, 0); /* depth */
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_llvm.c 1720 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); local
1746 ret = LLVMBuildZExt(builder, ret, int8_type, "");
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_fs.c 3000 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); local
3086 arg_types[7] = LLVMPointerType(LLVMPointerType(int8_type, 0), 0); /* color */
3087 arg_types[8] = LLVMPointerType(int8_type, 0); /* depth */

Completed in 19 milliseconds