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

1 2

  /frameworks/rs/
rsProgramStore.h 53 bool depthWriteEnable;
rsProgramStore.cpp 40 mHal.state.depthWriteEnable = depthMask;
103 if (existing->mHal.state.depthWriteEnable != depthMask) continue;
  /frameworks/rs/driver/
rsdProgramStore.cpp 172 RSD_CALL_GL(glDepthMask, ps->mHal.state.depthWriteEnable);
173 if (drv->depthTestEnable || ps->mHal.state.depthWriteEnable) {
  /frameworks/rs/driver/runtime/
rs_program.c 25 return prog->mHal.state.depthWriteEnable;
rs_structs.h 114 bool depthWriteEnable;
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 420 vk::VkBool32 depthWriteEnable = false,
vktDrawCreateInfoUtil.cpp 982 depthWriteEnable = _depthWriteEnable;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.hpp 422 vk::VkBool32 depthWriteEnable = false,
vktDynamicStateCreateInfoUtil.cpp 981 depthWriteEnable = _depthWriteEnable;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.hpp 420 vk::VkBool32 depthWriteEnable = false,
vktQueryPoolCreateInfoUtil.cpp 988 depthWriteEnable = _depthWriteEnable;
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 159 stencilInfo->depthWriteEnable = VK_FALSE;
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 724 VkBool32 depthWriteEnable;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 807 depthStencilState.depthWriteEnable = VK_FALSE;
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
tri.c     [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 749 milliseconds

1 2