| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | VulkanExternalImageTest.cpp | 228 VkExtent3D extent = {1, 1, 1}; in RunShouldImportMemoryTest() local 338 VkExtent3D extent = {1, 1, 1}; in RunShouldClearTest() local 500 VkExtent3D extent = {113, 211, 1}; in RunTextureFormatCompatChromiumTest() local 669 VkExtent3D extent = {1, 1, 1}; RunShouldClearWithSemaphoresTest() local 907 VkExtent3D extent = {1, 1, 1}; runShouldDrawTest() local 1058 VkExtent3D extent = {1, 1, 1}; runWaitSemaphoresRetainsContentTest() local [all...] |
| H A D | CopyTexImageTest.cpp | 152 GLint extent = kFboSizes[0] - offset; in runCopyTexSubImageTest() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | Texture.cpp | 635 Extent3D extent = GetMipLevelVirtualSize(level); in GetMipLevelPhysicalSize() local [all...] |
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_autotune.c | 490 const VkExtent2D *extent = &cmd->state.render_area.extent; in get_render_pass_pixel_count() local 577 const VkExtent2D *extent = &cmd_buffer->state.render_area.extent; in tu_autotune_use_bypass() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_resolve_fs.c | 813 const struct VkExtent3D extent = vk_image_sanitize_extent(&src_image->vk, region->extent); in radv_meta_resolve_fragment_image() local
|
| H A D | radv_meta_resolve_cs.c | 698 const struct VkExtent3D extent = vk_image_sanitize_extent(&src_image->vk, region->extent); in radv_meta_resolve_compute_image() local
|
| H A D | radv_meta_etc_decode.c | 662 decode_etc(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *src_iview, struct radv_image_view *dest_iview, const VkOffset3D *offset, const VkExtent3D *extent) decode_etc() argument 711 radv_meta_decode_etc(struct radv_cmd_buffer *cmd_buffer, struct radv_image *image, VkImageLayout layout, const VkImageSubresourceLayers *subresource, VkOffset3D offset, VkExtent3D extent) radv_meta_decode_etc() argument [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_image.c | 32 dzn_image_align_extent(const struct dzn_image *image, VkExtent3D *extent) dzn_image_align_extent() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiImageCompressionControlTests.cpp | 569 VkExtent3D extent = { 16, 16, 1 }; in imageCreateTest() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawImageObjectUtil.cpp | 620 vk::VkExtent3D extent = {(deUint32)width, (deUint32)height, (deUint32)depth}; in upload() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
| H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 155 commandClearStencilAttachment(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkOffset2D& offset, const VkExtent2D& extent, const deUint32 clearValue) commandClearStencilAttachment() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderPropertyTests.cpp | 137 const auto extent = makeExtent3D(1u, 1u, 1u); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineDynamicVertexAttributeTests.cpp | 394 const vk::VkExtent2D extent = {32, 32}; in iterate() local
|
| H A D | vktPipelineRobustnessCacheTests.cpp | 73 vk::VkImageCreateInfo makeImageCreateInfo(vk::VkFormat format, vk::VkExtent3D extent, vk::VkImageUsageFlags usage) in makeImageCreateInfo() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesTestsUtil.cpp | 300 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy() argument 831 makeSparseImageMemoryBind(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize allocationSize, const deUint32 memoryType, const VkImageSubresource& subresource, const VkOffset3D& offset, const VkExtent3D& extent) makeSparseImageMemoryBind() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationUtil.hpp | 306 vk::VkExtent3D extent; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiImageCompressionControlTests.cpp | 395 VkExtent3D extent = { 16, 16, 1 }; in imageCreateTest() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawImageObjectUtil.cpp | 620 vk::VkExtent3D extent = {(deUint32)width, (deUint32)height, (deUint32)depth}; in upload() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
| H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 155 commandClearStencilAttachment(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkOffset2D& offset, const VkExtent2D& extent, const deUint32 clearValue) commandClearStencilAttachment() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderPropertyTests.cpp | 137 const auto extent = makeExtent3D(1u, 1u, 1u); in iterate() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | OverlayWidgets.cpp | 97 uint32_t GetWidgetCoord(int32_t src, uint32_t extent) in GetWidgetCoord() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesTestsUtil.cpp | 300 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy() argument 828 makeSparseImageMemoryBind(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize allocationSize, const deUint32 memoryType, const VkImageSubresource& subresource, const VkOffset3D& offset, const VkExtent3D& extent) makeSparseImageMemoryBind() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktSynchronizationUtil.hpp | 306 vk::VkExtent3D extent; member
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/ |
| H A D | vulkan_example.cpp | 256 VkExtent2D extent = ChooseSwapExtent(swapChainSupport.capabilities); in CreateSwapChain() local
|
| /third_party/libwebsockets/lib/roles/http/ |
| H A D | private-lib-roles-http.h | 81 unsigned long long start, end, extent, agg, budget; member
|