Home
last modified time | relevance | path

Searched defs:extent (Results 51 - 75 of 197) sorted by relevance

12345678

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanExternalImageTest.cpp228 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 DCopyTexImageTest.cpp152 GLint extent = kFboSizes[0] - offset; in runCopyTexSubImageTest() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DTexture.cpp635 Extent3D extent = GetMipLevelVirtualSize(level); in GetMipLevelPhysicalSize() local
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_autotune.c490 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 Dradv_meta_resolve_fs.c813 const struct VkExtent3D extent = vk_image_sanitize_extent(&src_image->vk, region->extent); in radv_meta_resolve_fragment_image() local
H A Dradv_meta_resolve_cs.c698 const struct VkExtent3D extent = vk_image_sanitize_extent(&src_image->vk, region->extent); in radv_meta_resolve_compute_image() local
H A Dradv_meta_etc_decode.c662 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 Ddzn_image.c32 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 DvktApiImageCompressionControlTests.cpp569 VkExtent3D extent = { 16, 16, 1 }; in imageCreateTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp620 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 DvktFragmentOperationsEarlyFragmentTests.cpp155 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 DvktMeshShaderPropertyTests.cpp137 const auto extent = makeExtent3D(1u, 1u, 1u); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicVertexAttributeTests.cpp394 const vk::VkExtent2D extent = {32, 32}; in iterate() local
H A DvktPipelineRobustnessCacheTests.cpp73 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 DvktSparseResourcesTestsUtil.cpp300 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 DvktSynchronizationUtil.hpp306 vk::VkExtent3D extent; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp395 VkExtent3D extent = { 16, 16, 1 }; in imageCreateTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp620 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 DvktFragmentOperationsEarlyFragmentTests.cpp155 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 DvktMeshShaderPropertyTests.cpp137 const auto extent = makeExtent3D(1u, 1u, 1u); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlayWidgets.cpp97 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 DvktSparseResourcesTestsUtil.cpp300 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 DvktSynchronizationUtil.hpp306 vk::VkExtent3D extent; member
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/
H A Dvulkan_example.cpp256 VkExtent2D extent = ChooseSwapExtent(swapChainSupport.capabilities); in CreateSwapChain() local
/third_party/libwebsockets/lib/roles/http/
H A Dprivate-lib-roles-http.h81 unsigned long long start, end, extent, agg, budget; member

Completed in 41 milliseconds

12345678