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

1 2 3 4

  /external/skia/src/gpu/vk/
GrVkCopyPipeline.cpp 77 static const VkPipelineDepthStencilStateCreateInfo stencilInfo = {
GrVkPipeline.cpp 179 VkPipelineDepthStencilStateCreateInfo* stencilInfo) {
180 memset(stencilInfo, 0, sizeof(VkPipelineDepthStencilStateCreateInfo));
436 VkPipelineDepthStencilStateCreateInfo depthStencilInfo;
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 407 class DepthStencilState : public vk::VkPipelineDepthStencilStateCreateInfo
461 PipelineCreateInfo& addState (const vk::VkPipelineDepthStencilStateCreateInfo& state);
475 vk::VkPipelineDepthStencilStateCreateInfo m_dynamicDepthStencilState;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h 567 safe_VkPipelineDepthStencilStateCreateInfo(const VkPipelineDepthStencilStateCreateInfo* pInStruct);
571 void initialize(const VkPipelineDepthStencilStateCreateInfo* pInStruct);
573 VkPipelineDepthStencilStateCreateInfo *ptr() { return reinterpret_cast<VkPipelineDepthStencilStateCreateInfo *>(this); }
574 VkPipelineDepthStencilStateCreateInfo const *ptr() const { return reinterpret_cast<VkPipelineDepthStencilStateCreateInfo const *>(this); }
    [all...]
vk_struct_size_helper.h 122 size_t vk_size_vkpipelinedepthstencilstatecreateinfo(const VkPipelineDepthStencilStateCreateInfo* pStruct);
vk_struct_size_helper.c 781 size_t vk_size_vkpipelinedepthstencilstatecreateinfo(const VkPipelineDepthStencilStateCreateInfo* pStruct)
785 structSize = sizeof(VkPipelineDepthStencilStateCreateInfo);
    [all...]
vk_struct_validate_helper.h 124 uint32_t vk_validate_vkpipelinedepthstencilstatecreateinfo(const VkPipelineDepthStencilStateCreateInfo* pStruct);
580 if (pStruct->pDepthStencilState && !vk_validate_vkpipelinedepthstencilstatecreateinfo((const VkPipelineDepthStencilStateCreateInfo*)pStruct->pDepthStencilState))
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 402 void SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *);
416 VkPipelineDepthStencilStateCreateInfo const *m_ds_state;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantUtil.cpp 204 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo =
258 &pipelineDepthStencilStateInfo, // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
vktPipelineBlendTests.cpp 567 const VkPipelineDepthStencilStateCreateInfo depthStencilStateParams =
632 &depthStencilStateParams, // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
    [all...]
vktPipelineDepthTests.cpp 603 VkPipelineDepthStencilStateCreateInfo depthStencilStateParams =
650 &depthStencilStateParams, // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_clear.c 122 const VkPipelineDepthStencilStateCreateInfo *ds_state,
297 const VkPipelineDepthStencilStateCreateInfo ds_state = {
572 const VkPipelineDepthStencilStateCreateInfo ds_state = {
    [all...]
radv_meta_decompress.c 206 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) {
radv_meta_blit.c     [all...]
radv_meta_blit2d.c 975 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) {
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkGetStructureTypeImpl.inl 129 template<> VkStructureType getStructureType<VkPipelineDepthStencilStateCreateInfo> (void)
vkStructTypes.inl 718 struct VkPipelineDepthStencilStateCreateInfo
780 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 519 const VkPipelineDepthStencilStateCreateInfo depthStencilParams =
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 267 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo =
352 &pipelineDepthStencilStateInfo, // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
    [all...]
vktFragmentOperationsEarlyFragmentTests.cpp 320 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo =
397 &pipelineDepthStencilStateInfo, // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
    [all...]
vktFragmentOperationsScissorTests.cpp 280 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo =
356 &pipelineDepthStencilStateInfo, // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 242 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo =
327 &pipelineDepthStencilStateInfo, // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
vktGeometryTestsUtil.cpp 245 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo =
299 (isRasterizationDisabled ? DE_NULL : &pipelineDepthStencilStateInfo), // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
vktGeometryLayeredRenderingTests.cpp 298 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo =
383 &pipelineDepthStencilStateInfo, // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 627 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo =
681 (isRasterizationDisabled ? DE_NULL : &pipelineDepthStencilStateInfo), // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
    [all...]

Completed in 73 milliseconds

1 2 3 4