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

1 2 3

  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.hpp 93 VK_COMPONENT_SWIZZLE_B,
vkBasicTypes.inl 554 VK_COMPONENT_SWIZZLE_B = 5,
    [all...]
  /external/mesa3d/src/amd/vulkan/
vk_format.h 282 case VK_COMPONENT_SWIZZLE_B:
303 dst[2] = radv_swizzle_conv(VK_COMPONENT_SWIZZLE_B, swz, mapping->b);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 222 VK_COMPONENT_SWIZZLE_B,
vktApiSmokeTests.cpp 460 VK_COMPONENT_SWIZZLE_B,
    [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 285 createView.components.b = VK_COMPONENT_SWIZZLE_B;
  /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...]
vktPipelineCacheTests.cpp     [all...]
vktPipelineTimestampTests.cpp     [all...]
vktPipelineVertexInputTests.cpp 696 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 456 case VK_COMPONENT_SWIZZLE_B: return format_swizzle.b;
526 VK_COMPONENT_SWIZZLE_B, format.swizzle),
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 52 vk::VkComponentSwizzle b = vk::VK_COMPONENT_SWIZZLE_B,
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h 362 case VK_COMPONENT_SWIZZLE_B:
363 return "VK_COMPONENT_SWIZZLE_B";
    [all...]
vk_enum_validate_helper.h 223 case VK_COMPONENT_SWIZZLE_B:
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp 921 VK_COMPONENT_SWIZZLE_B,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrConversionTests.cpp     [all...]

Completed in 126 milliseconds

1 2 3