HomeSort by relevance Sort by last modified time
    Searched refs:base_ptr (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_gather.h 39 LLVMValueRef base_ptr,
48 LLVMValueRef base_ptr,
57 LLVMValueRef base_ptr,
lp_bld_gather.c 45 LLVMValueRef base_ptr,
52 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
62 ptr = LLVMBuildGEP(gallivm->builder, base_ptr, &offset, 1, "");
78 LLVMValueRef base_ptr,
88 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
90 ptr = lp_build_gather_elem_ptr(gallivm, length, base_ptr, offsets, i);
112 * @param base_ptr base pointer, should be a i8 pointer type.
120 LLVMValueRef base_ptr,
129 base_ptr, offsets, 0);
143 base_ptr, offsets, i)
    [all...]
lp_bld_format.h 65 LLVMValueRef base_ptr,
74 LLVMValueRef base_ptr,
105 LLVMValueRef base_ptr,
120 LLVMValueRef base_ptr,
lp_bld_format_aos_array.c 45 * \param base_ptr address of the pixel block (or the texel if uncompressed)
52 LLVMValueRef base_ptr,
75 ptr = LLVMBuildGEP(builder, base_ptr, &offset, 1, "");
lp_bld_format_soa.c 299 * \param base_ptr points to start of the texture image block. For non-
312 LLVMValueRef base_ptr,
345 base_ptr, offset);
373 base_ptr, offset, i, j);
423 base_ptr, offset_elem,
lp_bld_format_aos.c 374 LLVMValueRef base_ptr,
407 base_ptr, offset);
446 base_ptr, offset, k);
475 return lp_build_fetch_rgba_aos_array(gallivm, format_desc, type, base_ptr, offset);
494 base_ptr,
580 base_ptr, offset, k);
676 base_ptr, offset, k);
lp_bld_format_yuv.c 448 LLVMValueRef base_ptr,
461 packed = lp_build_gather(gallivm, n, 32, 32, base_ptr, offset);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.h 39 LLVMValueRef base_ptr,
48 LLVMValueRef base_ptr,
57 LLVMValueRef base_ptr,
lp_bld_gather.c 45 LLVMValueRef base_ptr,
52 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
62 ptr = LLVMBuildGEP(gallivm->builder, base_ptr, &offset, 1, "");
78 LLVMValueRef base_ptr,
88 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
90 ptr = lp_build_gather_elem_ptr(gallivm, length, base_ptr, offsets, i);
112 * @param base_ptr base pointer, should be a i8 pointer type.
120 LLVMValueRef base_ptr,
129 base_ptr, offsets, 0);
143 base_ptr, offsets, i)
    [all...]
lp_bld_format.h 65 LLVMValueRef base_ptr,
74 LLVMValueRef base_ptr,
105 LLVMValueRef base_ptr,
120 LLVMValueRef base_ptr,
lp_bld_format_aos_array.c 45 * \param base_ptr address of the pixel block (or the texel if uncompressed)
52 LLVMValueRef base_ptr,
75 ptr = LLVMBuildGEP(builder, base_ptr, &offset, 1, "");
lp_bld_format_soa.c 299 * \param base_ptr points to start of the texture image block. For non-
312 LLVMValueRef base_ptr,
345 base_ptr, offset);
373 base_ptr, offset, i, j);
423 base_ptr, offset_elem,
lp_bld_format_aos.c 374 LLVMValueRef base_ptr,
407 base_ptr, offset);
446 base_ptr, offset, k);
475 return lp_build_fetch_rgba_aos_array(gallivm, format_desc, type, base_ptr, offset);
494 base_ptr,
580 base_ptr, offset, k);
676 base_ptr, offset, k);
lp_bld_format_yuv.c 448 LLVMValueRef base_ptr,
461 packed = lp_build_gather(gallivm, n, 32, 32, base_ptr, offset);
  /libcore/luni/src/test/java/libcore/io/
MemoryTest.java 35 long base_ptr = runtime.addressOf(array); local
38 long ptr = base_ptr + ptr_offset; // To test aligned and unaligned accesses.
76 long base_ptr = runtime.addressOf(array); local
79 long ptr = base_ptr + ptr_offset; // To test aligned and unaligned accesses.
114 long base_ptr = runtime.addressOf(array); local
117 long ptr = base_ptr + ptr_offset; // To test aligned and unaligned accesses.
  /external/clang/test/PCH/
cxx_exprs.h 10 Base *base_ptr; variable
11 typedef __typeof__(dynamic_cast<Derived *>(base_ptr)) dynamic_cast_result;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 206 typedef boost::scoped_ptr<translate_exception_base> base_ptr; typedef in class:boost::detail::translate_exception
208 explicit translate_exception( ExceptionTranslator const& tr, base_ptr& next )
  /external/srec/srec/clib/
fpi_tgt.c 729 featdata *base_ptr = NULL; local
743 ASSERT(base_ptr = frmPkt->pullp);
748 ASSERT(base_ptr == currentRECframePtr(frmPkt));
779 ASSERT(base_ptr == currentRECframePtr(frmPkt));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 115 * the type pointed to by the base_ptr parameter (e.g. int is the element of
124 LLVMValueRef base_ptr,
128 gallivm->builder, base_ptr, &offset, 1, "");
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 115 * the type pointed to by the base_ptr parameter (e.g. int is the element of
124 LLVMValueRef base_ptr,
128 gallivm->builder, base_ptr, &offset, 1, "");
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 227 CvBGStatModel* base_ptr = (CvBGStatModel*)bg_model; local
230 bg_model->release( &base_ptr );
cvbgfg_acmmm2003.cpp 167 CvBGStatModel* base_ptr = (CvBGStatModel*)p_model; local
170 p_model->release( &base_ptr );
  /system/core/libziparchive/
zip_archive.cc 771 const uint8_t* base_ptr = reinterpret_cast<const uint8_t*>( local
773 if (ptr < base_ptr || ptr > base_ptr + archive->directory_map->getDataLength()) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_sse.c 51 const void *base_ptr; member in struct:translate_buffer
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 51 const void *base_ptr; member in struct:translate_buffer
    [all...]

Completed in 1727 milliseconds

1 2