/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_driver_query.c | 134 unsigned query_type, unsigned *result_index) in batch_query_add() 148 *result_index = i; in batch_query_add() 166 *result_index = bq->num_query_types++; in batch_query_add() 202 unsigned result_index; member 219 unsigned result_index = info->result_index; in query_new_value_batch() local 224 info->results_cumulative += bq->result[idx]->batch[result_index].u64; in query_new_value_batch() 247 assert(info->result_index == 0); in query_new_value_normal() 251 info->results_cumulative += res64[info->result_index]; in query_new_value_normal() 366 * \param result_index t 133 batch_query_add(struct hud_batch_query_context **pbq, unsigned query_type, unsigned *result_index) batch_query_add() argument 370 hud_pipe_query_install(struct hud_batch_query_context **pbq, struct hud_pane *pane, const char *name, enum pipe_query_type query_type, unsigned result_index, uint64_t max_value, enum pipe_driver_query_type type, enum pipe_driver_query_result_type result_type, unsigned flags) hud_pipe_query_install() argument [all...] |
H A D | hud_private.h | 171 unsigned result_index,
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_context.cpp | 414 auto result_index = ChooseBetweenMinAndMax( in GetRandomSynonymType() local 420 ->value(result_index) in GetRandomSynonymType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_context.cpp | 414 auto result_index = ChooseBetweenMinAndMax( in GetRandomSynonymType() local 420 ->value(result_index) in GetRandomSynonymType()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_context.cpp | 414 auto result_index = ChooseBetweenMinAndMax( in GetRandomSynonymType() local 420 ->value(result_index) in GetRandomSynonymType()
|
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.cc | 851 int result_index = 0; in WriteJSMap() local 855 raw_entries.set(result_index++, key); in WriteJSMap() 856 raw_entries.set(result_index++, raw_table.ValueAt(entry)); in WriteJSMap() 858 DCHECK_EQ(result_index, length); in WriteJSMap() 883 int result_index = 0; in WriteJSSet() local 887 raw_entries.set(result_index++, key); in WriteJSSet() 889 DCHECK_EQ(result_index, length); in WriteJSSet()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module.cc | 275 int result_index = 0; in GetTypeForFunction() local 280 result_values->set(result_index++, *type_value); in GetTypeForFunction()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 1491 // to extract the |result_index|th element in the result of |inst| without using 1492 // the result of |inst|. Returns the empty vector if |result_index| is 1495 IRContext* context, const Instruction* inst, uint32_t result_index) { 1502 uint32_t id = inst->GetSingleWordInOperand(result_index); 1512 if (result_index < total_element_count) { 1521 uint32_t index_into_id = result_index - start_index_of_id;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | folding_rules.cpp | 1491 // to extract the |result_index|th element in the result of |inst| without using 1492 // the result of |inst|. Returns the empty vector if |result_index| is 1495 IRContext* context, const Instruction* inst, uint32_t result_index) { 1502 uint32_t id = inst->GetSingleWordInOperand(result_index); 1512 if (result_index < total_element_count) { 1521 uint32_t index_into_id = result_index - start_index_of_id;
|
/third_party/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 1647 // to extract the |result_index|th element in the result of |inst| without using 1648 // the result of |inst|. Returns the empty vector if |result_index| is 1651 IRContext* context, const Instruction* inst, uint32_t result_index) { 1658 if (result_index < inst->NumInOperands()) { 1659 uint32_t id = inst->GetSingleWordInOperand(result_index); 1671 if (result_index < total_element_count) { 1680 uint32_t index_into_id = result_index - start_index_of_id;
|
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-lexer.c | 2641 uint16_t result_index; in lexer_construct_function_object() local 2659 result_index = context_p->literal_count; in lexer_construct_function_object() 2678 return result_index; in lexer_construct_function_object()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 7497 int result_index = 0; in MapAsArray() local 7505 if (collect_keys) result->set(result_index++, key); in MapAsArray() 7506 if (collect_values) result->set(result_index++, table->ValueAt(entry)); in MapAsArray() 7509 DCHECK_GE(max_length, result_index); in MapAsArray() 7510 if (result_index == 0) return factory->NewJSArray(0); in MapAsArray() 7511 result->Shrink(isolate, result_index); in MapAsArray() 7513 result_index); in MapAsArray() 7601 int result_index = 0; in SetAsArray() local 7609 result->set(result_index++, key); in SetAsArray() 7610 if (collect_key_values) result->set(result_index in SetAsArray() [all...] |