Home
last modified time | relevance | path

Searched refs:f_depth (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c52 float f_depth = depth; in i915_clear_emit() local
142 OUT_BATCH_F(f_depth); in i915_clear_emit()
161 OUT_BATCH_F(f_depth); in i915_clear_emit()
193 OUT_BATCH_F(f_depth); in i915_clear_emit()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp3951 VkFormat f_depth = VK_FORMAT_D32_SFLOAT_S8_UINT; in TEST_F() local
3957 !ImageFormatIsSupported(gpu(), f_depth, VK_IMAGE_TILING_OPTIMAL) || in TEST_F()
3970 …bool d1dst = !ImageFormatAndFeaturesSupported(gpu(), f_depth, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_F… in TEST_F()
3992 …depth_image.Init(64, 64, 1, f_depth, VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST… in TEST_F()
4634 VkFormat f_depth = VK_FORMAT_D32_SFLOAT; in TEST_F() local
4636 …if (!ImageFormatAndFeaturesSupported(gpu(), f_depth, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_FEATURE_BL… in TEST_F()
4637 …ImageFormatAndFeaturesSupported(gpu(), f_depth, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_FEATURE_BLIT_DS… in TEST_F()
4647 ci.format = f_depth; in TEST_F()