HomeSort by relevance Sort by last modified time
    Searched full:dstarrayelement (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 395 inline VkDescriptorUpdateTemplateEntryKHR makeDescriptorUpdateTemplateEntryKHR (deUint32 dstBinding, deUint32 dstArrayElement, deUint32 descriptorCount, VkDescriptorType descriptorType, deUintptr offset, deUintptr stride)
399 res.dstArrayElement = dstArrayElement;
vkStructTypes.inl 904 deUint32 dstArrayElement;
921 deUint32 dstArrayElement;
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_bufimage.c 907 .dstArrayElement = 0,
922 .dstArrayElement = 0,
1003 .dstArrayElement = 0,
    [all...]
radv_meta_buffer.c 321 .dstArrayElement = 0,
389 .dstArrayElement = 0,
402 .dstArrayElement = 0,
radv_meta_resolve_cs.c 403 .dstArrayElement = 0,
418 .dstArrayElement = 0,
radv_descriptor_set.c 670 ptr += binding_layout->size * writeset->dstArrayElement / 4;
672 buffer_list += binding_layout->buffer_count * writeset->dstArrayElement;
677 unsigned idx = writeset->dstArrayElement + j;
radv_meta_blit2d.c 136 .dstArrayElement = 0,
162 .dstArrayElement = 0,
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipelineState.cpp 330 descriptorWrite->dstArrayElement = 0;
406 writeInfo.dstArrayElement = 0;
448 writeInfo.dstArrayElement = 0;
GrVkCopyManager.cpp 247 descriptorWrites.dstArrayElement = 0;
280 writeInfo.dstArrayElement = 0;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
descriptor_sets.cpp 470 auto start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
516 auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
522 << " plus update array offset of " << update->dstArrayElement << " and update of " << update->descriptorCount
541 (!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descriptorCount, "copy update to",
565 auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
descriptor_sets.cpp 470 auto start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
516 auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
522 << " plus update array offset of " << update->dstArrayElement << " and update of " << update->descriptorCount
541 (!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descriptorCount, "copy update to",
565 auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement
    [all...]
vk_safe_struct.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.cpp 470 auto start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
516 auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
522 << " plus update array offset of " << update->dstArrayElement << " and update of " << update->descriptorCount
541 (!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descriptorCount, "copy update to",
565 auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 778 write.dstArrayElement = array_element;
792 write.dstArrayElement = array_element;
805 write.dstArrayElement = array_element;
839 copy.dstArrayElement = dst_array_element;
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrViewTests.cpp 291 0u, // dstArrayElement
303 0u, // dstArrayElement
vktYCbCrFormatTests.cpp 211 0u, // dstArrayElement
vktYCbCrImageQueryTests.cpp 304 0u, // dstArrayElement
  /external/vulkan-validation-layers/layers/
descriptor_sets.cpp 538 auto start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
590 auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
    [all...]
  /frameworks/rs/rsov/driver/
rsovScript.cpp 493 .dstArrayElement = 0,
503 .dstArrayElement = 0,
513 .dstArrayElement = 0,
526 .dstArrayElement = 0,
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_descriptor_set.c 583 desc += write->dstArrayElement;
656 view += write->dstArrayElement + j;
704 dst_desc += copy->dstArrayElement;
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 911 0u, // dstArrayElement
943 0u, // dstArrayElement
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 564 desc_write.dstArrayElement = 0;
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp 1007 0u, // dstArrayElement
    [all...]

Completed in 276 milliseconds

1 2 3