Home
last modified time | relevance | path

Searched refs:set_idx (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cMapBufferAlignmentTests.cpp260 for (size_t set_idx = 0; set_idx < n_storage_flags; ++set_idx) in iterate() local
262 const GLenum& storage_set = storage_flags[set_idx]; in iterate()
/external/flatbuffers/include/flatbuffers/
Dminireflect.h235 size_t set_idx = 0; in IterateObject() local
251 visitor->Field(i, set_idx, type, is_vector, ref, name, val); in IterateObject()
253 set_idx++; in IterateObject()
310 void Field(size_t /*field_idx*/, size_t set_idx, ElementaryType /*type*/, in Field()
314 if (set_idx) { in Field()
/external/libxaac/decoder/
Dixheaacd_mps_nlc_dec.h53 WORD32 set_idx, WORD32 data_bands,
Dixheaacd_mps_dec.c1314 WORD32 set_idx, WORD32 data_bands, in ixheaacd_mps_ecdatapairdec() argument
1319 WORD32 diff_time_back_flag = !independency_flag || (set_idx > 0); in ixheaacd_mps_ecdatapairdec()
1496 memcpy(outdata[set_idx] + band_start, data_pair[0], in ixheaacd_mps_ecdatapairdec()
1499 memcpy(outdata[set_idx + 1] + band_start, data_pair[1], in ixheaacd_mps_ecdatapairdec()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp6854 for (auto set_idx = required_size; set_idx < current_size; ++set_idx) { in UpdateLastBoundDescriptorSets() local
6855 if (push_descriptor_cleanup(bound_sets[set_idx])) break; in UpdateLastBoundDescriptorSets()
6872 for (uint32_t set_idx = 0; set_idx < first_set; ++set_idx) { in UpdateLastBoundDescriptorSets() local
6873 if (bound_compat_ids[set_idx] != pipe_compat_ids[set_idx]) { in UpdateLastBoundDescriptorSets()
6874 push_descriptor_cleanup(bound_sets[set_idx]); in UpdateLastBoundDescriptorSets()
6875 bound_sets[set_idx] = nullptr; in UpdateLastBoundDescriptorSets()
6876 dynamic_offsets[set_idx].clear(); in UpdateLastBoundDescriptorSets()
6877 bound_compat_ids[set_idx] = pipe_compat_ids[set_idx]; in UpdateLastBoundDescriptorSets()
6884 …auto set_idx = input_idx + first_set; // set_idx is index within layout, input_idx is index withi… in UpdateLastBoundDescriptorSets() local
6890 push_descriptor_cleanup(bound_sets[set_idx]); in UpdateLastBoundDescriptorSets()
[all …]
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp873 alu_node *set_idx = create_set_idx(sh, ar_idx); in load_index_register() local
874 if (!rt.try_reserve(set_idx)) { in load_index_register()
876 dump::dump_op(set_idx); in load_index_register()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h1001 const Index set_idx = blockAId * arg.n_blocks + arg.n_block_idx;
1002 (*arg.kernel_notifications)[set_idx]->Notify();
/external/perf_data_converter/src/quipper/
Dperf_serializer.cc828 sample->set_idx(auxtrace.idx); in SerializeAuxtraceEvent()