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

1 2 3

  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.hpp 94 VK_COMPONENT_SWIZZLE_A);
vkBasicTypes.inl 555 VK_COMPONENT_SWIZZLE_A = 6,
    [all...]
  /external/mesa3d/src/amd/vulkan/
vk_format.h 287 case VK_COMPONENT_SWIZZLE_A:
304 dst[3] = radv_swizzle_conv(VK_COMPONENT_SWIZZLE_A, swz, mapping->a);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 223 VK_COMPONENT_SWIZZLE_A
vktApiSmokeTests.cpp 461 VK_COMPONENT_SWIZZLE_A
    [all...]
vktApiBufferViewAccessTests.cpp 166 const VkComponentMapping channelMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 286 createView.components.a = VK_COMPONENT_SWIZZLE_A;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageViewTests.cpp 344 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
635 const VkComponentMapping baseMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
vktPipelineImageTests.cpp 208 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
vktPipelineImageSamplingInstance.cpp 222 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelineDepthTests.cpp 234 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelineSamplerTests.cpp 252 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelineStencilTests.cpp 323 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelineInputAssemblyTests.cpp 926 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelinePushConstantTests.cpp 608 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_image.c 457 case VK_COMPONENT_SWIZZLE_A: return format_swizzle.a;
528 VK_COMPONENT_SWIZZLE_A, format.swizzle),
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 53 vk::VkComponentSwizzle a = vk::VK_COMPONENT_SWIZZLE_A);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h 360 case VK_COMPONENT_SWIZZLE_A:
361 return "VK_COMPONENT_SWIZZLE_A";
    [all...]
vk_enum_validate_helper.h 222 case VK_COMPONENT_SWIZZLE_A:
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp 922 VK_COMPONENT_SWIZZLE_A
    [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h 543 VK_COMPONENT_SWIZZLE_A = 6,
545 VK_COMPONENT_SWIZZLE_END_RANGE = VK_COMPONENT_SWIZZLE_A,
546 VK_COMPONENT_SWIZZLE_RANGE_SIZE = (VK_COMPONENT_SWIZZLE_A - VK_COMPONENT_SWIZZLE_IDENTITY + 1),
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h 549 VK_COMPONENT_SWIZZLE_A = 6,
551 VK_COMPONENT_SWIZZLE_END_RANGE = VK_COMPONENT_SWIZZLE_A,
552 VK_COMPONENT_SWIZZLE_RANGE_SIZE = (VK_COMPONENT_SWIZZLE_A - VK_COMPONENT_SWIZZLE_IDENTITY + 1),
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 543 VK_COMPONENT_SWIZZLE_A = 6,
545 VK_COMPONENT_SWIZZLE_END_RANGE = VK_COMPONENT_SWIZZLE_A,
546 VK_COMPONENT_SWIZZLE_RANGE_SIZE = (VK_COMPONENT_SWIZZLE_A - VK_COMPONENT_SWIZZLE_IDENTITY + 1),
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 519 VK_COMPONENT_SWIZZLE_A = 6,
521 VK_COMPONENT_SWIZZLE_END_RANGE = VK_COMPONENT_SWIZZLE_A,
522 VK_COMPONENT_SWIZZLE_RANGE_SIZE = (VK_COMPONENT_SWIZZLE_A - VK_COMPONENT_SWIZZLE_IDENTITY + 1),
    [all...]

Completed in 1534 milliseconds

1 2 3