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

1 2 3 4

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp 70 class BlendStateUniqueRandomIterator : public UniqueRandomIterator<VkPipelineColorBlendAttachmentState>
75 VkPipelineColorBlendAttachmentState getIndexedValue (deUint32 index);
107 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT]);
114 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT];
120 BlendTestInstance (Context& context, const VkFormat colorFormat, const VkPipelineColorBlendAttachmentState blendStates[BlendTest::QUAD_COUNT]);
129 VkPipelineColorBlendAttachmentState m_blendStates[BlendTest::QUAD_COUNT];
197 : UniqueRandomIterator<VkPipelineColorBlendAttachmentState>(numberOfCombinations, m_totalBlendStates, seed)
201 VkPipelineColorBlendAttachmentState BlendStateUniqueRandomIterator::getIndexedValue (deUint32 index)
220 const VkPipelineColorBlendAttachmentState blendAttachmentState =
250 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT]
    [all...]
vktPipelineMultisampleTests.cpp 82 VkPipelineColorBlendAttachmentState getDefaultColorBlendAttachmentState (void);
97 const VkPipelineColorBlendAttachmentState& blendState,
109 const VkPipelineColorBlendAttachmentState& colorBlendState) const = 0;
111 const VkPipelineColorBlendAttachmentState m_colorBlendState;
132 const VkPipelineColorBlendAttachmentState& colorBlendState) const;
155 const VkPipelineColorBlendAttachmentState& colorBlendState) const;
177 const VkPipelineColorBlendAttachmentState& colorBlendState) const;
197 const VkPipelineColorBlendAttachmentState& colorBlendState) const;
200 static VkPipelineColorBlendAttachmentState getAlphaToOneBlendState (void);
219 const VkPipelineColorBlendAttachmentState& colorBlendState) const
    [all...]
vktPipelineSpecConstantUtil.cpp 221 const VkPipelineColorBlendAttachmentState pipelineColorBlendAttachmentState =
241 &pipelineColorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments;
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCBTests.cpp 67 const vk::VkPipelineColorBlendAttachmentState VkPipelineColorBlendAttachmentState =
77 pipelineCreateInfo.addState(PipelineCreateInfo::ColorBlendState(1, &VkPipelineColorBlendAttachmentState));
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.h 148 std::vector<VkPipelineColorBlendAttachmentState> attachments;
183 this->attachments = std::vector<VkPipelineColorBlendAttachmentState>(pCBCI->pAttachments,
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 374 class Attachment : public vk::VkPipelineColorBlendAttachmentState
390 ColorBlendState (const std::vector<vk::VkPipelineColorBlendAttachmentState>& attachments,
395 const vk::VkPipelineColorBlendAttachmentState* attachments,
404 std::vector<vk::VkPipelineColorBlendAttachmentState> m_attachments;
472 std::vector<vk::VkPipelineColorBlendAttachmentState> m_colorBlendStateAttachments;
vktDrawCreateInfoUtil.cpp 877 PipelineCreateInfo::ColorBlendState::ColorBlendState (const std::vector<vk::VkPipelineColorBlendAttachmentState>& _attachments,
892 const vk::VkPipelineColorBlendAttachmentState* _attachments,
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 392 void AddColorAttachment(uint32_t binding, const VkPipelineColorBlendAttachmentState *att);
396 VkPipelineColorBlendAttachmentState att = {};
426 vector<VkPipelineColorBlendAttachmentState> m_colorAttachments;
  /external/skia/src/gpu/vk/
GrVkCopyPipeline.cpp 102 static const VkPipelineColorBlendAttachmentState attachmentState = {
GrVkPipeline.cpp 346 VkPipelineColorBlendAttachmentState* attachmentState) {
356 memset(attachmentState, 0, sizeof(VkPipelineColorBlendAttachmentState));
446 VkPipelineColorBlendAttachmentState attachmentStates[1];
  /external/vulkan-validation-layers/layers/
core_validation_types.h 480 std::vector<VkPipelineColorBlendAttachmentState> attachments;
517 this->attachments = std::vector<VkPipelineColorBlendAttachmentState>(pCBCI->pAttachments,
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_size_helper.h 120 size_t vk_size_vkpipelinecolorblendattachmentstate(const VkPipelineColorBlendAttachmentState* pStruct);
vk_struct_validate_helper.h 122 uint32_t vk_validate_vkpipelinecolorblendattachmentstate(const VkPipelineColorBlendAttachmentState* pStruct);
    [all...]
vk_struct_size_helper.c 761 size_t vk_size_vkpipelinecolorblendattachmentstate(const VkPipelineColorBlendAttachmentState* pStruct)
765 structSize = sizeof(VkPipelineColorBlendAttachmentState);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 202 inline VkPipelineColorBlendAttachmentState makePipelineColorBlendAttachmentState (VkBool32 blendEnable, VkBlendFactor srcColorBlendFactor, VkBlendFactor dstColorBlendFactor, VkBlendOp colorBlendOp, VkBlendFactor srcAlphaBlendFactor, VkBlendFactor dstAlphaBlendFactor, VkBlendOp alphaBlendOp, VkColorComponentFlags colorWriteMask)
204 VkPipelineColorBlendAttachmentState res;
  /external/mesa3d/src/amd/vulkan/
radv_meta_fast_clear.c 187 .pAttachments = (VkPipelineColorBlendAttachmentState []) {
radv_meta_resolve.c 224 .pAttachments = (VkPipelineColorBlendAttachmentState []) {
radv_meta_clear.c 305 VkPipelineColorBlendAttachmentState blend_attachment_state[MAX_RTS] = { 0 };
306 blend_attachment_state[frag_output] = (VkPipelineColorBlendAttachmentState) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 640 const VkPipelineColorBlendAttachmentState attBlendParams =
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 477 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState =
488 std::vector<VkPipelineColorBlendAttachmentState> colorAttachments(colorAttachmentCount, colorBlendAttachmentState);
498 colorAttachments.size() != 0 ? &colorAttachments[0] : DE_NULL, // const VkPipelineColorBlendAttachmentState* pAttachments;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsSampled.cpp 163 const VkPipelineColorBlendAttachmentState defaultColorBlendAttachmentState =
175 const VkPipelineColorBlendAttachmentState colorBlendAttachmentStates[] =
189 colorBlendAttachmentStates, // const VkPipelineColorBlendAttachmentState* pAttachments;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 284 const VkPipelineColorBlendAttachmentState pipelineColorBlendAttachmentState =
304 &pipelineColorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 259 const VkPipelineColorBlendAttachmentState pipelineColorBlendAttachmentState =
279 &pipelineColorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments;
vktGeometryTestsUtil.cpp 262 const VkPipelineColorBlendAttachmentState pipelineColorBlendAttachmentState =
282 &pipelineColorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 644 const VkPipelineColorBlendAttachmentState pipelineColorBlendAttachmentState =
664 &pipelineColorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments;
    [all...]

Completed in 86 milliseconds

1 2 3 4