HomeSort by relevance Sort by last modified time
    Searched refs:imageOpaqueBindCount (Results 1 - 25 of 32) sorted by null

1 2

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.cpp 791 imageOpaqueBindCount(pInStruct->imageOpaqueBindCount),
810 if (imageOpaqueBindCount && pInStruct->pImageOpaqueBinds) {
811 pImageOpaqueBinds = new safe_VkSparseImageOpaqueMemoryBindInfo[imageOpaqueBindCount];
812 for (uint32_t i=0; i<imageOpaqueBindCount; ++i) {
846 imageOpaqueBindCount = src.imageOpaqueBindCount;
864 if (imageOpaqueBindCount && src.pImageOpaqueBinds) {
865 pImageOpaqueBinds = new safe_VkSparseImageOpaqueMemoryBindInfo[imageOpaqueBindCount];
866 for (uint32_t i=0; i<imageOpaqueBindCount; ++i)
    [all...]
vk_struct_size_helper.c 86 for (i = 0; i < pStruct->imageOpaqueBindCount; i++) {
    [all...]
vk_safe_struct.h 221 uint32_t imageOpaqueBindCount;
    [all...]
parameter_validation.h     [all...]
thread_check.h 500 for(uint32_t index2=0;index2<pBindInfo[index].imageOpaqueBindCount;index2++)
520 for(uint32_t index2=0;index2<pBindInfo[index].imageOpaqueBindCount;index2++)
    [all...]
vk_struct_wrappers.cpp 293 printf("%*s %simageOpaqueBindCount = %u\n", m_indent, "", &m_dummy_prefix, (m_struct.imageOpaqueBindCount));
294 for (i = 0; i<imageOpaqueBindCount; i++) {
325 for (i = 0; i<imageOpaqueBindCount; i++) {
    [all...]
vk_struct_wrappers.h 243 uint32_t get_imageOpaqueBindCount() { return m_struct.imageOpaqueBindCount; }
244 void set_imageOpaqueBindCount(uint32_t inValue) { m_struct.imageOpaqueBindCount = inValue; }
    [all...]
unique_objects_wrappers.h 338 for (uint32_t index1 = 0; index1 < local_pBindInfo[index0].imageOpaqueBindCount; ++index1) {
    [all...]
vk_struct_string_helper_cpp.h 452 for (uint32_t i = 0; i < pStruct->imageOpaqueBindCount; i++) {
510 ss[5] << pStruct->imageOpaqueBindCount;
528 final_str = final_str + prefix + "imageOpaqueBindCount = " + ss[5].str() + "\n";
    [all...]
vk_struct_string_helper_no_addr_cpp.h 452 for (uint32_t i = 0; i < pStruct->imageOpaqueBindCount; i++) {
510 ss[5] << pStruct->imageOpaqueBindCount;
528 final_str = final_str + prefix + "imageOpaqueBindCount = " + ss[5].str() + "\n";
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageMemoryAliasing.cpp 375 0u, //deUint32 imageOpaqueBindCount;
410 bindSparseInfo.imageOpaqueBindCount = 2u;
    [all...]
vktSparseResourcesImageSparseResidency.cpp 424 0u, //deUint32 imageOpaqueBindCount;
451 bindSparseInfo.imageOpaqueBindCount = 1u;
    [all...]
vktSparseResourcesMipmapSparseResidency.cpp 337 0u, //deUint32 imageOpaqueBindCount;
364 bindSparseInfo.imageOpaqueBindCount = 1u;
vktSparseResourcesShaderIntrinsicsBase.cpp 426 0u, //deUint32 imageOpaqueBindCount;
453 bindSparseInfo.imageOpaqueBindCount = 1u;
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 432 deUint32 imageOpaqueBindCount;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.cpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 1691 milliseconds

1 2