Searched refs:FormatElementSize (Results 1 – 5 of 5) sorted by relevance
1160 VK_LAYER_EXPORT uint32_t FormatElementSize(VkFormat format) { in FormatElementSize() function1171 double texel_size = static_cast<double>(FormatElementSize(format)); in FormatTexelSize()1322 srcSize = FormatElementSize(planeFormat); in FormatSizesAreEqual()1324 srcSize = FormatElementSize(srcFormat); in FormatSizesAreEqual()1328 dstSize = FormatElementSize(planeFormat); in FormatSizesAreEqual()1330 dstSize = FormatElementSize(dstFormat); in FormatSizesAreEqual()1336 srcSize = FormatElementSize(srcFormat); in FormatSizesAreEqual()1337 dstSize = FormatElementSize(dstFormat); in FormatSizesAreEqual()
171 VK_LAYER_EXPORT uint32_t FormatElementSize(VkFormat format);
3810 const size_t format_size = FormatElementSize(pCreateInfo->format); in ValidateBufferViewRange()4623 uint32_t element_size = FormatElementSize(image_state->createInfo.format); in ValidateBufferImageCopyData()4711 uint32_t block_size_in_bytes = FormatElementSize(image_state->createInfo.format); in ValidateBufferImageCopyData()4813 …VkDeviceSize unit_size = FormatElementSize(image_state->createInfo.format); // size (bytes) of te… in ValidateBufferBounds()4817 unit_size = FormatElementSize(VK_FORMAT_S8_UINT); in ValidateBufferBounds()4821 unit_size = FormatElementSize(VK_FORMAT_D16_UNORM); in ValidateBufferBounds()4824 unit_size = FormatElementSize(VK_FORMAT_D32_SFLOAT); in ValidateBufferBounds()
956 uint32_t vtx_attrib_req_alignment = FormatElementSize(attribute_format); in ValidatePipelineDrawtimeState()
11979 uint32_t format_size = FormatElementSize(buff_view_ci.format); in TEST_F()