Lines Matching defs:mapping
48 bool isDefaultComponentMapping (VkComponentMapping mapping)
50 if ((mapping.r == VK_COMPONENT_SWIZZLE_R || mapping.r == VK_COMPONENT_SWIZZLE_IDENTITY) &&
51 (mapping.g == VK_COMPONENT_SWIZZLE_G || mapping.g == VK_COMPONENT_SWIZZLE_IDENTITY) &&
52 (mapping.b == VK_COMPONENT_SWIZZLE_B || mapping.b == VK_COMPONENT_SWIZZLE_IDENTITY) &&
53 (mapping.a == VK_COMPONENT_SWIZZLE_A || mapping.a == VK_COMPONENT_SWIZZLE_IDENTITY))
247 // Reference component mapping swizzle
514 const deUint8 mapping[2];
528 // 2D Component mapping swizzles for color formats
556 // 2D Component mapping swizzles for depth formats
582 // 2D Component mapping swizzles for depth formats
626 testParameters.texCoordMapping = texCoordSwizzles2d[swizzleNdx].mapping;