Home
last modified time | relevance | path

Searched refs:index (Results 9376 - 9400 of 11985) sorted by relevance

1...<<371372373374375376377378379380>>...480

/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_atomics.c262 /* Store a list pointers to atomic buffers per stage and store the index in gl_nir_link_assign_atomic_counter_resources()
292 opaque->index = intra_stage_idx; in gl_nir_link_assign_atomic_counter_resources()
/third_party/mesa3d/src/amd/registers/
H A Dparse_kernel_headers.py820 reg_index = type_map.index(name) if name in type_map else -1
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_draw.c116 0, /* don't know min index */ in retry_draw_auto()
117 ~0u, /* don't know max index */ in retry_draw_auto()
118 NULL, /* no index buffer */ in retry_draw_auto()
130 * Indirect draw (get vertex count, start index, etc. from a buffer object.
165 0, /* don't know min index */ in retry_draw_indirect()
166 ~0u, /* don't know max index */ in retry_draw_indirect()
167 info->index.resource, in retry_draw_indirect()
348 /* Check the stream index of the specified stream output target */ in svga_draw_vbo()
H A Dsvga_winsys.h510 SVGA3dDevCapIndex index,
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h260 unsigned register_index:6; /**< 0 to 63 (OUT index) */
377 unsigned max_rt:3; /* index of max rt, Ie. # of cbufs minus 1 */
727 * index buffer, and vertex elements. Used by display lists to bind those
730 * The state contains 1 index buffer, 0 or 1 vertex buffer, and 0 or more
813 int index_bias; /**< a bias to be added to each index */
821 * - index.resource comes from pipe_vertex_state
850 bool has_user_indices:1; /**< if true, use index.user_buffer */
864 * Primitive restart enable/index (only applies to indexed drawing)
873 * An index buffer. When an index buffe
882 } index; global() member
[all...]
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dxvmc_bench.c260 mb_array.macro_blocks[mby * mbw + mbx].index = (mby * mbw + mbx) * BLOCKS_PER_MACROBLOCK; in main()
H A Dtest_rendering.c211 mb->index = (mby * INPUT_WIDTH_IN_MACROBLOCKS + mbx) * BLOCKS_PER_MACROBLOCK; in main()
/third_party/node/lib/internal/cluster/
H A Dprimary.js274 `${message.fd}:${message.index}`;
/third_party/nghttp2/src/
H A Dshrpx_worker.h221 // Maps affinity hash of each DownstreamAddr to its index in addrs.
317 size_t index,
403 // Unique index of this worker.
458 // group. The catch-all group index is given in |catch_all|. All
/third_party/nghttp2/doc/
H A Dmake.bat20 echo. dirhtml to make HTML files named index.html in directories
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h77 /* absidx is the absolute index of this entry. */
107 refers to. In other words, this is the minimum absolute index of
166 /* next_absidx is the next absolute index for nghttp3_qpack_entry.
300 /* index is an index of matched entry. -1 if no match is made. */
301 nghttp3_ssize index; member
305 /* pb_index is the absolute index of matched post-based dynamic
349 * Field to |rbuf|. |absidx| is an absolute index into static table.
363 * Field to |rbuf|. |absidx| is an absolute index into dynamic table.
378 * Field With Name Reference to |rbuf|. |absidx| is an absolute index
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dtzrule.h685 * Gets a start time at the index stored in this rule.
686 * @param index The index of start times
687 * @param result Receives the start time at the index
688 * @return true if the index is within the valid range and
693 UBool getStartTimeAt(int32_t index, UDate& result) const;
H A Dsmpdtfmt.h1465 * @param start start index, inclusive
1466 * @param end end index, exclusive
1544 * Map index into pattern character string to DateFormat field number
1553 const NumberFormat* getNumberFormatByIndex(UDateFormatField index) const;
/third_party/mesa3d/src/panfrost/bifrost/
H A Dgen_disasm.py165 return "ctx[{}]".format(keys.index(expr))
H A Dbi_packer.c.py71 table = ", ".join([str(target.index(x)) if x in target else "~0" for x in domain])
/third_party/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp60 void UCAConformanceTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par */) in runIndexedTest() argument
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtzrule.h685 * Gets a start time at the index stored in this rule.
686 * @param index The index of start times
687 * @param result Receives the start time at the index
688 * @return true if the index is within the valid range and
693 UBool getStartTimeAt(int32_t index, UDate& result) const;
/third_party/libinput/src/
H A Dutil-prop-parsers.c517 next = index(current, ':'); in parse_evdev_abs_prop()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.h115 void PrintEdge(Node* from, int index, Node* to);
/third_party/node/deps/v8/src/codegen/
H A Dassembler.h359 // Add 'object' to the {embedded_objects_} vector and return the index at
363 Handle<HeapObject> GetEmbeddedObject(EmbeddedObjectIndex index) const;
410 // code handles we encounter in calls in this vector, and encode the index of
417 // may then refer to the heap object using the handle's index in this vector.
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins.h193 bool IsBuiltinHandle(Handle<HeapObject> maybe_code, Builtin* index) const;
/third_party/node/deps/v8/src/heap/
H A Dscavenger.h11 #include "src/heap/index-generator.h"
188 void RememberPromotedEphemeron(EphemeronHashTable table, int index);
/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration.h13 #include "src/objects/field-index.h"
188 // |index| is the index to the "value" slot in the Module's "exports"
190 static inline Handle<Smi> LoadModuleExport(Isolate* isolate, int index);
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.h101 int index);
H A Dtransitions.h261 inline Name GetKey(InternalIndex index);
315 // 0: finger - index of the first free cell in the cache

Completed in 27 milliseconds

1...<<371372373374375376377378379380>>...480