Home
last modified time | relevance | path

Searched defs:texelSize (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_format_utils.cpp329 const size_t texelSize = actualFormat.pixelBytes; GetImageCopyBufferAlignment() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp619 const int texelSize = imageFormat.bytes(); in GetTexelAddress() local
758 const int texelSize = imageFormat.bytes(); in EmitImageRead() local
1362 const int texelSize = imageFormat.bytes(); WriteImage() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DStorageTextureTests.cpp482 wgpu::Buffer CreateEmptyBufferForTextureCopy(uint32_t texelSize, uint32_t sliceCount = 1) { in CreateEmptyBufferForTextureCopy() argument
496 uint32_t texelSize = utils::GetTexelBlockSizeInBytes(format); in CreateTextureWithTestData() local
699 const uint32_t texelSize = utils::GetTexelBlockSizeInBytes(format); in CheckOutputStorageTexture() local
704 CheckOutputStorageTexture(wgpu::Texture writeonlyStorageTexture, uint32_t texelSize, const std::vector<uint8_t>& expectedData) CheckOutputStorageTexture() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp532 const deUint32 texelSize = mapVkFormat(bufferFormat).getPixelSize(); in genTexelBufferShaderAccess() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp484 const deUint32 texelSize = mapVkFormat(bufferFormat).getPixelSize(); in genTexelBufferShaderAccess() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp284 void HostImageCopyTestInstance::copyMemoryToImage (const std::vector<deUint8> testData, vk::VkImage image, deUint32 texelSize, const vk::VkImageSubresourceLayers subresourceLayers, deInt32 xOffset, deInt32 yOffset, deUint32 width, deUint32 height) in copyMemoryToImage() argument
H A DvktImageLoadStoreTests.cpp857 VkDeviceSize texelSize = formatHasThreeComponents(format) ? tcu::getChannelSize(vk::mapVkFormat(format).type) : tcu::getPixelSize(vk::mapVkFormat(format)); in getViewOffset() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp850 VkDeviceSize texelSize = formatHasThreeComponents(format) ? tcu::getChannelSize(vk::mapVkFormat(format).type) : tcu::getPixelSize(vk::mapVkFormat(format)); in getViewOffset() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp2583 const int texelSize = src.getFormat().getPixelSize(); in copyRegionToTextureLevel() local
3074 const int texelSize = dst.getFormat().getPixelSize(); in copyRegionToTextureLevel() local
3123 const int texelSize = dst.getFormat().getPixelSize(); in copyRegionToTextureLevel() local
3176 glw::GLuint texelSize = m_textureFormat.getPixelSize(); in CopyBufferToDepthStencil() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp2397 const int texelSize = src.getFormat().getPixelSize(); in copyRegionToTextureLevel() local
2631 const int texelSize = dst.getFormat().getPixelSize(); in copyRegionToTextureLevel() local
2680 const int texelSize = dst.getFormat().getPixelSize(); in copyRegionToTextureLevel() local
2733 glw::GLuint texelSize = m_textureFormat.getPixelSize(); in CopyBufferToDepthStencil() local
[all...]

Completed in 40 milliseconds