HomeSort by relevance Sort by last modified time
    Searched full:indexed (Results 151 - 175 of 2860) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndexedTest.hpp 24 * \brief Draw Indexed Test
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.hpp 23 * \brief Indexed blend operation tests (GL_EXT_draw_buffers_indexed)
  /external/e2fsprogs/debugfs/
ro_debug_cmds.ct 69 request do_htree_dump, "Dump a hash-indexed directory",
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
IPDBStreamData.h 26 /// from the directory itself, or from an indexed stream which references
  /external/llvm/test/CodeGen/Hexagon/
builtin-prefetch-offset.ll 4 ; In 6.2 (which supports v4+ only), we generate indexed dcfetch in all cases
  /external/llvm/test/CodeGen/PowerPC/
unal4-std.ll 15 ; indexed stores and not in r+i form (which require the offset to be
  /external/llvm/utils/
prepare-code-coverage-artifact.py 5 - Collate raw profiles into one indexed profile.
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
x2428.htm 5 >Indexed Format</TITLE
76 NAME="PIXFMT-INDEXED"
77 >2.3. Indexed Format</A
93 >Table 2-3. Indexed Image Format</B
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_context.c 79 * - If not an indexed draw, we don't care about the state of the primitive restart bit.
87 if (info->indexed) {
136 if (info->indexed && !ctx->index_buffer.FE_INDEX_STREAM_BASE_ADDR.bo) {
191 if (info->indexed)
  /external/mesa3d/src/mesa/vbo/
vbo_split_inplace.c 40 * too large indexed vertex buffers: In general you need to copy to do
146 * the primitive to indexed and pass to split_elts().
213 /* else convert to indexed primitive and pass to split_elts,
231 tmpprim.indexed = 1;
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.h 17 // Indexed by 8-bit char code, contains unicode code points.
  /external/skia/include/core/
SkFontArguments.h 34 * Font formats like ttc, dfont, cff, cid, pfr, t42, t1, and fon may actually be indexed
  /external/skqp/include/core/
SkFontArguments.h 34 * Font formats like ttc, dfont, cff, cid, pfr, t42, t1, and fon may actually be indexed
  /external/v8/src/crankshaft/
hydrogen-environment-liveness.h 44 // Per-block data. All these lists are indexed by block_id.
  /frameworks/base/cmds/statsd/src/anomaly/
indexed_priority_queue.h 65 } // pq is 1-indexed
72 /** Vector representing a min-heap (1-indexed, with nullptr at 0). */
97 size_t idx = size(); // index of last element since 1-indexed
166 pq.push_back(nullptr); // so that pq is 1-indexed.
  /prebuilts/go/darwin-x86/src/text/template/
option.go 32 // indexed with a key that is not present in the map.
  /prebuilts/go/linux-x86/src/text/template/
option.go 32 // indexed with a key that is not present in the map.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TextureUnitPropertyAccessor.java 25 * texture unit property that is indexed based on the run time value of the
  /toolchain/binutils/binutils-2.27/include/cgen/
bitset.h 30 in the string. Bytes are indexed from left to right in the string and
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
BlockAddresses.java 32 * block (indexed by basic block label) */
36 * of each basic block (indexed by basic block label) */
40 * final instruction) of each basic block (indexed by basic block
  /dalvik/dx/src/com/android/dx/dex/code/
BlockAddresses.java 32 * block (indexed by basic block label) */
36 * of each basic block (indexed by basic block label) */
40 * final instruction) of each basic block (indexed by basic block
  /external/elfutils/libdw/
cfi.h 92 /* Search tree for the CIEs, indexed by CIE_pointer (section offset). */
95 /* Search tree for the FDEs, indexed by PC address. */
98 /* Search tree for parsed DWARF expressions, indexed by raw pointer. */
  /external/llvm/lib/Target/PowerPC/
p9-instrs.txt 144 // Load Doubleword Monitored Indexed X-form p54
361 // Load VSX Vector Indexed X-form 511
362 // Load VSX Scalar as Integer Byte & Zero Indexed X-form 501
363 // Load VSX Vector Byte*16 Indexed X-form 506
366 // Load VSX Vector Halfword*8 Indexed X-form 514
367 // Load VSX Vector Word & Splat Indexed X-form 516
370 // Store VSX Scalar as Integer Byte Indexed X-form 518
371 // Store VSX Scalar as Integer Halfword Indexed X-form 518
372 // Store VSX Vector Byte*16 Indexed X-form 522
373 // Store VSX Vector Halfword*8 Indexed X-form 52
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_primconvert.c 125 new_info.indexed = true;
133 if (info->indexed) {
163 if (info->indexed) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_draw.c 139 const unsigned num_params = info_in->indexed ? 5 : 4;
161 info.index_bias = info_in->indexed ? params[3] : 0;
162 info.start_instance = info_in->indexed ? params[4] : params[3];

Completed in 1613 milliseconds

1 2 3 4 5 67 8 91011>>