Searched refs:FormatElementSize (Results 1 – 5 of 5) sorted by relevance
1160 VK_LAYER_EXPORT uint32_t FormatElementSize(VkFormat format, VkImageAspectFlags aspectMask) { in FormatElementSize() function1189 double texel_size = static_cast<double>(FormatElementSize(format)); in FormatTexelSize()1350 srcSize = FormatElementSize(planeFormat); in FormatSizesAreEqual()1352 srcSize = FormatElementSize(srcFormat); in FormatSizesAreEqual()1356 dstSize = FormatElementSize(planeFormat); in FormatSizesAreEqual()1358 dstSize = FormatElementSize(dstFormat); in FormatSizesAreEqual()1364 srcSize = FormatElementSize(srcFormat); in FormatSizesAreEqual()1365 dstSize = FormatElementSize(dstFormat); in FormatSizesAreEqual()
172 VK_LAYER_EXPORT uint32_t FormatElementSize(VkFormat format, VkImageAspectFlags aspectMask = VK_IMAG…
3870 const uint32_t format_size = FormatElementSize(pCreateInfo->format); in ValidateBufferViewRange()4033 VkDeviceSize elementSize = FormatElementSize(pCreateInfo->format); in PreCallValidateCreateBufferView()4703 …uint32_t element_size = FormatElementSize(image_state->createInfo.format, pRegions[i].imageSubreso… in ValidateBufferImageCopyData()4827 uint32_t block_size_in_bytes = FormatElementSize(image_state->createInfo.format); in ValidateBufferImageCopyData()4929 VkDeviceSize unit_size = FormatElementSize(image_state->createInfo.format, in ValidateBufferBounds()
984 VkDeviceSize vtx_attrib_req_alignment = FormatElementSize(attribute_format); in ValidatePipelineDrawtimeState()
3249 uint32_t format_size = FormatElementSize(buff_view_ci.format); in TEST_F()