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/
Dvklayertests_buffer_image_memory_sampler.cpp1540 VkFormat f_depth = VK_FORMAT_D32_SFLOAT_S8_UINT; in TEST_F() local
1546 !ImageFormatIsSupported(gpu(), f_depth, VK_IMAGE_TILING_OPTIMAL) || in TEST_F()
1559 …bool d1dst = !ImageFormatAndFeaturesSupported(gpu(), f_depth, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_F… in TEST_F()
1581 …depth_image.Init(64, 64, 1, f_depth, VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST… in TEST_F()
2223 VkFormat f_depth = VK_FORMAT_D32_SFLOAT; in TEST_F() local
2225 …if (!ImageFormatAndFeaturesSupported(gpu(), f_depth, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_FEATURE_BL… in TEST_F()
2226 …ImageFormatAndFeaturesSupported(gpu(), f_depth, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_FEATURE_BLIT_DS… in TEST_F()
2236 ci.format = f_depth; in TEST_F()