/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_format_utils.cpp | 329 const size_t texelSize = actualFormat.pixelBytes; GetImageCopyBufferAlignment() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderImage.cpp | 619 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 D | StorageTextureTests.cpp | 482 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 D | vktRobustnessBufferAccessTests.cpp | 532 const deUint32 texelSize = mapVkFormat(bufferFormat).getPixelSize(); in genTexelBufferShaderAccess() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessBufferAccessTests.cpp | 484 const deUint32 texelSize = mapVkFormat(bufferFormat).getPixelSize(); in genTexelBufferShaderAccess() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 284 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 D | vktImageLoadStoreTests.cpp | 857 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 D | vktImageLoadStoreTests.cpp | 850 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 D | vktApiCopiesAndBlittingTests.cpp | 2583 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 D | vktApiCopiesAndBlittingTests.cpp | 2397 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...] |