/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 84 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TEXTURE_LEVELS); in lp_jit_create_types() 127 LLVMArrayType(LLVMFloatTypeInContext(lc), 4); in lp_jit_create_types() 154 LLVMArrayType(LLVMPointerType(LLVMFloatTypeInContext(lc), 0), LP_MAX_TGSI_CONST_BUFFERS); in lp_jit_create_types() 156 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TGSI_CONST_BUFFERS); in lp_jit_create_types() 163 elem_types[LP_JIT_CTX_TEXTURES] = LLVMArrayType(texture_type, in lp_jit_create_types() 165 elem_types[LP_JIT_CTX_SAMPLERS] = LLVMArrayType(sampler_type, in lp_jit_create_types()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format.c | 40 LLVMArrayType(LLVMInt32TypeInContext(gallivm->context), in lp_build_format_cache_type() 43 LLVMArrayType(LLVMInt64TypeInContext(gallivm->context), in lp_build_format_cache_type()
|
D | lp_bld_const.c | 450 LLVMValueRef string = LLVMAddGlobal(gallivm->module, LLVMArrayType(i8, len), ""); in lp_build_const_string()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 133 LLVMArrayType(int32_type, PIPE_MAX_TEXTURE_LEVELS); in create_jit_texture_type() 187 LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4); in create_jit_sampler_type() 226 elem_types[0] = LLVMArrayType(LLVMPointerType(float_type, 0), /* vs_constants */ in create_jit_context_type() 228 elem_types[1] = LLVMArrayType(int_type, /* num_vs_constants */ in create_jit_context_type() 230 elem_types[2] = LLVMPointerType(LLVMArrayType(LLVMArrayType(float_type, 4), in create_jit_context_type() 233 elem_types[4] = LLVMArrayType(texture_type, in create_jit_context_type() 235 elem_types[5] = LLVMArrayType(sampler_type, in create_jit_context_type() 277 elem_types[0] = LLVMArrayType(LLVMPointerType(float_type, 0), /* constants */ in create_gs_jit_context_type() 279 elem_types[1] = LLVMArrayType(int_type, /* num_constants */ in create_gs_jit_context_type() 281 elem_types[2] = LLVMPointerType(LLVMArrayType(LLVMArrayType(float_type, 4), in create_gs_jit_context_type() [all …]
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 130 return LLVMArrayType( in Clone()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 131 return LLVMArrayType( in Clone()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 697 LLVMArrayType(ctx->f32, in emit_declaration()
|
D | si_shader.c | 2234 LLVMArrayType(ctx->i8, sel->local_size), in si_declare_compute_memory() 3954 return LLVMPointerType(LLVMArrayType(elem_type, num_elements), in si_const_array()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 424 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1095 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 1268 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 1857 LLVMPointerType(LLVMArrayType(ctx->i32, lds_size / 4), AC_LOCAL_ADDR_SPACE), in ac_declare_lds_as_pointer()
|
D | ac_nir_to_llvm.c | 364 return LLVMPointerType(LLVMArrayType(elem_type, num_elements), in const_array() 5703 return LLVMArrayType( in glsl_to_llvm_type() 5709 return LLVMArrayType( in glsl_to_llvm_type()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 344 return LLVMArrayType(ElementTy, Int_val(Count)); in llvm_array_type()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 448 return LLVMArrayType(ElementTy, Int_val(Count)); in llvm_array_type()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 531 return LLVMArrayType(ElementTy, Int_val(Count)); in llvm_array_type()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 349 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType() function
|
/external/llvm/lib/IR/ |
D | Core.cpp | 568 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 605 t.C = C.LLVMArrayType(elementType.C, C.unsigned(elementCount))
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 638 t.C = C.LLVMArrayType(elementType.C, C.unsigned(elementCount))
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 723 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType() function
|