Home
last modified time | relevance | path

Searched refs:depthClampEnable (Results 1 – 25 of 239) sorted by relevance

12345678910

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp75 VkBool32 depthClampEnable; member
105 if (param.depthClampEnable == VK_FALSE) in generateTestName()
500 m_param.depthClampEnable, // VkBool32 depthClampEnable; in preparePipelineWrapper()
684 if (param.depthClampEnable && features.depthClamp == false) in DepthRangeUnrestrictedTestInstance()
894 if (m_param.depthClampEnable == VK_FALSE && in verifyTestResult()
975 if (m_param.depthClampEnable == VK_FALSE) in verifyTestResult()
1408 testParams.depthClampEnable = VK_FALSE; in createDepthRangeUnrestrictedTests()
1438 testParams.depthClampEnable = VK_TRUE; in createDepthRangeUnrestrictedTests()
1476 testParams.depthClampEnable = VK_TRUE; in createDepthRangeUnrestrictedTests()
1519 testParams.depthClampEnable = VK_FALSE; in createDepthRangeUnrestrictedTests()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp65 VkBool32 depthClampEnable; member
284 PipelineCreateInfo::RasterizerState(m_params.depthClampEnable, // depthClampEnable in InvertedDepthRangesTestInstance()
437 … (m_params.depthClampEnable ? de::clamp(depthFinal, clampMin, clampMax) : depthFinal); in generateReferenceImage()
439 … if (m_params.depthClampEnable || de::inRange(depth, -kDepthEpsilon, 1.0f + kDepthEpsilon)) in generateReferenceImage()
445 … if (!m_params.depthClampEnable && (de::inRange(depth, -kDepthEpsilon, kDepthEpsilon) || in generateReferenceImage()
714 if (m_params.depthClampEnable) in checkSupport()
H A DvktDrawCreateInfoUtil.hpp305 …RasterizerState(vk::VkBool32 depthClampEnable = false, vk::VkBool32 rasterizerDiscardEnable = fals…
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp283 … float defaultDepth, bool depthClampEnable, const VkSampleCountFlagBits samples);
302 … bool depthClampEnable, const VkSampleCountFlagBits samples) in BuiltinFragDepthCaseInstance() argument
308 , m_depthClampEnable(depthClampEnable) in BuiltinFragDepthCaseInstance()
752 pipelineState.depthClampEnable = m_depthClampEnable; in iterate()
1591 … bool largeDepthEnable, bool depthClampEnable, const VkSampleCountFlagBits samples);
1607 … VkFormat format, bool largeDepthEnable, bool depthClampEnable, in BuiltinFragDepthCase() argument
1614 , m_depthClampEnable(depthClampEnable) in BuiltinFragDepthCase()
2503 bool depthClampEnable; in createBuiltinVarTests() member
2529 … testCaseTable[caseNdx].largeDepthEnable, testCaseTable[caseNdx].depthClampEnable, in createBuiltinVarTests()
/aosp_15_r20/external/swiftshader/src/Device/
H A DContext.hpp305 inline bool getDepthClampEnable() const { return depthClampEnable; } in getDepthClampEnable()
320 bool depthClampEnable = false; member
H A DContext.cpp643 depthClampEnable = rasterizationState->depthClampEnable != VK_FALSE; in initialize()
644 depthClipEnable = !depthClampEnable; in initialize()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp583 bool depthClampEnable; in testPrimitivesDepthClamp() member
641 pipelineState.depthClampEnable = cases[caseNdx].depthClampEnable; in testPrimitivesDepthClamp()
740 pipelineState.depthClampEnable = false; in testPrimitivesDepthClip()
776 pipelineState.depthClampEnable = true; in testPrimitivesDepthClip()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.hpp61 bool depthClampEnable = false; member
H A DvktDrawUtil.cpp431 pipelineState.depthClampEnable, // VkBool32 depthClampEnable; in registerDrawObject()
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_color/
Dfullscreen_color.cpp165 .depthClampEnable = VK_FALSE, in CreateSwapchainDependents()
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/secondary_command_buffer/
Dsecondary_command_buffer.cpp147 .depthClampEnable = VK_FALSE, in CreateSwapchainDependents()
/aosp_15_r20/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp191 .depthClampEnable = VK_FALSE, in CanHandlePrecisionQualifierWithYuvSampler()
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_texture/
Dfullscreen_texture.cpp280 .depthClampEnable = VK_FALSE, in CreateSwapchainDependents()
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_meta.c380 .depthClampEnable = false,
H A Dvk_graphics_state.c582 rs->depth_clamp_enable = rs_info->depthClampEnable; in vk_rasterization_state_init()
583 rs->depth_clip_enable = rs_info->depthClampEnable ? in vk_rasterization_state_init()
2438 VkBool32 depthClampEnable) in vk_common_CmdSetDepthClampEnableEXT() argument
2444 rs.depth_clamp_enable, depthClampEnable); in vk_common_CmdSetDepthClampEnableEXT()
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_pipeline.c207 bool z_clamp_enable = rs_info && rs_info->depthClampEnable; in pack_cfg_bits()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/
H A Dradv_meta_decompress.c159 .depthClampEnable = false, in create_pipeline_gfx()
H A Dradv_meta_fast_clear.c164 .depthClampEnable = false, in create_pipeline()
H A Dradv_meta_resolve.c95 .depthClampEnable = false, in create_pipeline()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkPipeline.cpp442 rasterInfo->depthClampEnable = VK_FALSE; in setup_raster_state()
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp233 rasterizationState.depthClampEnable = VK_FALSE; in createGraphicsPipeline()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp1906 bool depthClampEnable = VK_FALSE; member
3665 state->depthClampEnable = pointerToCreateInfo->pRasterizationState->depthClampEnable; in buildPipeline()
3672 … !pointerToCreateInfo->pRasterizationState->depthClampEnable && !depthClampEnableDynamic; in buildPipeline()
4288 vk.cmdSetDepthClampEnableEXT(cmdBuffer, state->depthClampEnable); in setShaderObjectDynamicStates()
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h8130 …e_t vn_sizeof_vkCmdSetDepthClampEnableEXT(VkCommandBuffer commandBuffer, VkBool32 depthClampEnable) in vn_sizeof_vkCmdSetDepthClampEnableEXT() argument
8137 cmd_size += vn_sizeof_VkBool32(&depthClampEnable); in vn_sizeof_vkCmdSetDepthClampEnableEXT()
8142 …ncoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkBool32 depthClampEnable) in vn_encode_vkCmdSetDepthClampEnableEXT() argument
8150 vn_encode_VkBool32(enc, &depthClampEnable); in vn_encode_vkCmdSetDepthClampEnableEXT()
8153 …_sizeof_vkCmdSetDepthClampEnableEXT_reply(VkCommandBuffer commandBuffer, VkBool32 depthClampEnable) in vn_sizeof_vkCmdSetDepthClampEnableEXT_reply() argument
8164 …nableEXT_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBool32 depthClampEnable) in vn_decode_vkCmdSetDepthClampEnableEXT_reply() argument
11763 …kCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkBool32 depthClampEnable, struct vn_ri… in vn_submit_vkCmdSetDepthClampEnableEXT() argument
11767 size_t cmd_size = vn_sizeof_vkCmdSetDepthClampEnableEXT(commandBuffer, depthClampEnable); in vn_submit_vkCmdSetDepthClampEnableEXT()
11773 …E_REPLY_BIT_EXT ? vn_sizeof_vkCmdSetDepthClampEnableEXT_reply(commandBuffer, depthClampEnable) : 0; in vn_submit_vkCmdSetDepthClampEnableEXT()
11777 vn_encode_vkCmdSetDepthClampEnableEXT(enc, cmd_flags, commandBuffer, depthClampEnable); in vn_submit_vkCmdSetDepthClampEnableEXT()
[all …]
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc676 rasterization_info.depthClampEnable = pipeline_data->GetEnableDepthClamp(); in CreateVkGraphicsPipeline()
/aosp_15_r20/cts/tests/tests/graphics/jni/
H A DVulkanPreTransformTestHelpers.cpp668 .depthClampEnable = VK_FALSE, in createGraphicsPipeline()

12345678910