HomeSort by relevance Sort by last modified time
    Searched refs:depthBoundsTestEnable (Results 1 - 25 of 47) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/
vktDrawUtil.hpp 53 bool depthBoundsTestEnable;
vktDrawUtil.cpp 315 , depthBoundsTestEnable (false)
657 if (m_drawState.depthBoundsTestEnable && context.getDeviceFeatures().depthBounds)
668 m_drawState.depthBoundsTestEnable, // VkBool32 depthBoundsTestEnable
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_decompress.c 210 .depthBoundsTestEnable = false,
radv_meta_clear.c 301 .depthBoundsTestEnable = false,
577 .depthBoundsTestEnable = false,
    [all...]
radv_pipeline.c 944 S_028800_DEPTH_BOUNDS_ENABLE(vkds->depthBoundsTestEnable ? 1 : 0);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.cpp 435 pState->depthBoundsState.depthBoundsTestEnable = false;
919 !pState->state.depthBoundsState.depthBoundsTestEnable &&
923 pState->state.depthBoundsState.depthBoundsTestEnable)) ? true : false;
    [all...]
backend.cpp 497 if (state.depthHottileEnable && state.depthBoundsState.depthBoundsTestEnable)
713 if (state.depthHottileEnable && state.depthBoundsState.depthBoundsTestEnable)
    [all...]
state.h     [all...]
backend.h 576 if (state.depthHottileEnable && state.depthBoundsState.depthBoundsTestEnable)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 425 vk::VkBool32 depthBoundsTestEnable = false,
vktDrawCreateInfoUtil.cpp 984 depthBoundsTestEnable = _depthBoundsTestEnable;
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 188 stencilInfo->depthBoundsTestEnable = VK_FALSE;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationInternallySynchronizedObjectsTests.cpp     [all...]
vktSynchronizationSmokeTests.cpp 807 depthStencilState.depthBoundsTestEnable = VK_FALSE;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h 561 VkBool32 depthBoundsTestEnable;
    [all...]
vk_struct_wrappers.h     [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 726 VkBool32 depthBoundsTestEnable;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 792 drawState.depthBoundsTestEnable = true;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/demos/
cube.c     [all...]

Completed in 777 milliseconds

1 2