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

1 2

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.hpp 269 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
vktPipelineReferenceRenderer.cpp 66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp)
vktPipelineBlendTests.cpp 79 const static VkBlendOp m_blendOps[];
179 const VkBlendOp BlendStateUniqueRandomIterator::m_blendOps[] =
225 m_blendOps[blendOpColorIndex], // VkBlendOp colorBlendOp;
228 m_blendOps[blendOpAlphaIndex], // VkBlendOp alphaBlendOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 380 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
383 vk::VkBlendOp alphaBlendOp = vk::VK_BLEND_OP_ADD,
vktDrawCreateInfoUtil.cpp 934 vk::VkBlendOp _colorBlendOp,
937 vk::VkBlendOp _alphaBlendOp,
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 301 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) {
302 static const VkBlendOp gTable[] = {
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h 146 static inline const char* string_VkBlendOp(VkBlendOp input_value)
148 switch ((VkBlendOp)input_value)
161 return "Unhandled VkBlendOp";
    [all...]
vk_enum_validate_helper.h 85 static inline uint32_t validate_VkBlendOp(VkBlendOp input_value)
87 switch ((VkBlendOp)input_value)
    [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)
vkStrUtil.inl 26 const char* getBlendOpName (VkBlendOp value);
73 inline tcu::Format::Enum<VkBlendOp> getBlendOpStr (VkBlendOp value) { return tcu::Format::Enum<VkBlendOp>(getBlendOpName, value); }
120 inline std::ostream& operator<< (std::ostream& s, VkBlendOp value) { return s << getBlendOpStr(value); }
    [all...]
vkBasicTypes.inl 677 enum VkBlendOp
    [all...]
vkStructTypes.inl 739 VkBlendOp colorBlendOp;
742 VkBlendOp alphaBlendOp;
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c 501 static uint32_t si_translate_blend_function(VkBlendOp op)
841 VkBlendOp eqRGB = att->colorBlendOp;
844 VkBlendOp eqA = att->alphaBlendOp;
    [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h 675 typedef enum VkBlendOp {
685 } VkBlendOp;
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h 681 typedef enum VkBlendOp {
691 } VkBlendOp;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 675 typedef enum VkBlendOp {
685 } VkBlendOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 651 typedef enum VkBlendOp {
661 } VkBlendOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 651 typedef enum VkBlendOp {
661 } VkBlendOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 651 typedef enum VkBlendOp {
661 } VkBlendOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 651 typedef enum VkBlendOp {
661 } VkBlendOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 651 typedef enum VkBlendOp {
661 } VkBlendOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 651 typedef enum VkBlendOp {
661 } VkBlendOp;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vulkan.h 655 typedef enum VkBlendOp {
665 } VkBlendOp;
    [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]

Completed in 126 milliseconds

1 2