/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_atomics.c | 262 /* 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 D | parse_kernel_headers.py | 820 reg_index = type_map.index(name) if name in type_map else -1
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_draw.c | 116 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 D | svga_winsys.h | 510 SVGA3dDevCapIndex index,
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 260 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 D | xvmc_bench.c | 260 mb_array.macro_blocks[mby * mbw + mbx].index = (mby * mbw + mbx) * BLOCKS_PER_MACROBLOCK; in main()
|
H A D | test_rendering.c | 211 mb->index = (mby * INPUT_WIDTH_IN_MACROBLOCKS + mbx) * BLOCKS_PER_MACROBLOCK; in main()
|
/third_party/node/lib/internal/cluster/ |
H A D | primary.js | 274 `${message.fd}:${message.index}`;
|
/third_party/nghttp2/src/ |
H A D | shrpx_worker.h | 221 // 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 D | make.bat | 20 echo. dirhtml to make HTML files named index.html in directories
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.h | 77 /* 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 D | tzrule.h | 685 * 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 D | smpdtfmt.h | 1465 * @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 D | gen_disasm.py | 165 return "ctx[{}]".format(keys.index(expr))
|
H A D | bi_packer.c.py | 71 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 D | ucaconf.cpp | 60 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 D | tzrule.h | 685 * 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 D | util-prop-parsers.c | 517 next = index(current, ':'); in parse_evdev_abs_prop()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.h | 115 void PrintEdge(Node* from, int index, Node* to);
|
/third_party/node/deps/v8/src/codegen/ |
H A D | assembler.h | 359 // 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 D | builtins.h | 193 bool IsBuiltinHandle(Handle<HeapObject> maybe_code, Builtin* index) const;
|
/third_party/node/deps/v8/src/heap/ |
H A D | scavenger.h | 11 #include "src/heap/index-generator.h" 188 void RememberPromotedEphemeron(EphemeronHashTable table, int index);
|
/third_party/node/deps/v8/src/ic/ |
H A D | handler-configuration.h | 13 #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 D | source-text-module.h | 101 int index);
|
H A D | transitions.h | 261 inline Name GetKey(InternalIndex index); 315 // 0: finger - index of the first free cell in the cache
|