/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 1044 CORE_PROPERTY(storageTexelBufferOffsetAlignmentBytes); in vk_get_physical_device_core_1_3_property_ext()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1148 p->storageTexelBufferOffsetAlignmentBytes = alignment; in lvp_get_physical_device_properties_1_3() 1291 properties->storageTexelBufferOffsetAlignmentBytes = alignment; in lvp_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4969 if (texelBufferAlignmentProperties[0].storageTexelBufferOffsetAlignmentBytes != texelBufferAlignmentProperties[1].storageTexelBufferOffsetAlignmentBytes || in deviceProperties2() 4977 if (texelBufferAlignmentProperties[0].storageTexelBufferOffsetAlignmentBytes == 0 || !deIntIsPow2((int)texelBufferAlignmentProperties[0].storageTexelBufferOffsetAlignmentBytes)) in deviceProperties2() 4979 TCU_FAIL("limit Validation failed storageTexelBufferOffsetAlignmentBytes is not a power of two."); in deviceProperties2() 5797 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Properties, storageTexelBufferOffsetAlignmentBytes), in devicePropertiesVulkan13() 6442 if (texelBufferAlignmentProperties.storageTexelBufferOffsetAlignmentBytes != vulkan13Properties.storageTexelBufferOffsetAlignmentBytes || in devicePropertyExtensionsConsistencyVulkan13()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4974 if (texelBufferAlignmentProperties[0].storageTexelBufferOffsetAlignmentBytes != texelBufferAlignmentProperties[1].storageTexelBufferOffsetAlignmentBytes || in deviceProperties2() 4982 if (texelBufferAlignmentProperties[0].storageTexelBufferOffsetAlignmentBytes == 0 || !deIntIsPow2((int)texelBufferAlignmentProperties[0].storageTexelBufferOffsetAlignmentBytes)) in deviceProperties2() 4984 TCU_FAIL("limit Validation failed storageTexelBufferOffsetAlignmentBytes is not a power of two."); in deviceProperties2() 5802 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Properties, storageTexelBufferOffsetAlignmentBytes), in devicePropertiesVulkan13() 6447 if (texelBufferAlignmentProperties.storageTexelBufferOffsetAlignmentBytes != vulkan13Properties.storageTexelBufferOffsetAlignmentBytes || in devicePropertyExtensionsConsistencyVulkan13()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1098 p->storageTexelBufferOffsetAlignmentBytes = 64; in tu_get_physical_device_properties_1_3()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 855 alignmentProperties.storageTexelBufferOffsetAlignmentBytes; in getViewOffset()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 848 alignmentProperties.storageTexelBufferOffsetAlignmentBytes; in getViewOffset()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4271 VkDeviceSize storageTexelBufferOffsetAlignmentBytes; member 4508 VkDeviceSize storageTexelBufferOffsetAlignmentBytes; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 13445 size += vn_sizeof_VkDeviceSize(&val->storageTexelBufferOffsetAlignmentBytes); in vn_sizeof_VkPhysicalDeviceTexelBufferAlignmentProperties_self() 13476 vn_decode_VkDeviceSize(dec, &val->storageTexelBufferOffsetAlignmentBytes); in vn_decode_VkPhysicalDeviceTexelBufferAlignmentProperties_self() 13506 /* skip val->storageTexelBufferOffsetAlignmentBytes */ in vn_sizeof_VkPhysicalDeviceTexelBufferAlignmentProperties_self_partial() 13536 /* skip val->storageTexelBufferOffsetAlignmentBytes */ in vn_encode_VkPhysicalDeviceTexelBufferAlignmentProperties_self_partial() 14329 size += vn_sizeof_VkDeviceSize(&val->storageTexelBufferOffsetAlignmentBytes); in vn_sizeof_VkPhysicalDeviceVulkan13Properties_self() 14401 vn_decode_VkDeviceSize(dec, &val->storageTexelBufferOffsetAlignmentBytes); in vn_decode_VkPhysicalDeviceVulkan13Properties_self() 14472 /* skip val->storageTexelBufferOffsetAlignmentBytes */ in vn_sizeof_VkPhysicalDeviceVulkan13Properties_self_partial() 14543 /* skip val->storageTexelBufferOffsetAlignmentBytes */ in vn_encode_VkPhysicalDeviceVulkan13Properties_self_partial()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2285 p->storageTexelBufferOffsetAlignmentBytes = 16; in anv_get_physical_device_properties_1_3()
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 6678 VkDeviceSize storageTexelBufferOffsetAlignmentBytes; member 7107 VkDeviceSize storageTexelBufferOffsetAlignmentBytes; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2264 p->storageTexelBufferOffsetAlignmentBytes = 4; in radv_get_physical_device_properties_1_3()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 7595 VkDeviceSize storageTexelBufferOffsetAlignmentBytes; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 6835 VkDeviceSize storageTexelBufferOffsetAlignmentBytes; member 7264 VkDeviceSize storageTexelBufferOffsetAlignmentBytes; member
|
H A D | vulkan_hash.hpp | 11667 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceTexelBufferAlignmentProperties.storageTexelBufferOffsetAlignmentBytes ); 12207 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.storageTexelBufferOffsetAlignmentBytes );
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 11683 VkDeviceSize storageTexelBufferOffsetAlignmentBytes; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 54634 VULKAN_HPP_NAMESPACE::DeviceSize storageTexelBufferOffsetAlignmentBytes = {}; global() member [all...] |
H A D | vulkan_core.h | 12142 VkDeviceSize storageTexelBufferOffsetAlignmentBytes; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 7841 alignmentProperties.storageTexelBufferOffsetAlignmentBytes;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 7841 alignmentProperties.storageTexelBufferOffsetAlignmentBytes;
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 12302 VkDeviceSize storageTexelBufferOffsetAlignmentBytes; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | [all...] |
H A D | vulkan_json_parser.hpp | 13081 parse_VkDeviceSize("storageTexelBufferOffsetAlignmentBytes", obj["storageTexelBufferOffsetAlignmentBytes"], (o.storageTexelBufferOffsetAlignmentBytes)); in parse_VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT()
|