/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgProgramExecutor.cpp | 342 ExecConstValueAccess colorValue = execCtx.getValue(fragColorVar); in execute() local 348 tcu::Vec4 c = tcu::Vec4(colorValue.component(0).asFloat(cNdx), in execute() 349 colorValue.component(1).asFloat(cNdx), in execute() 350 colorValue.component(2).asFloat(cNdx), in execute() 351 colorValue.component(3).asFloat(cNdx)); in execute()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ReadPixelsTest.cpp | 850 angle::GLColor colorValue(getColorValue(level, layer)); in verifyColor() 851 EXPECT_PIXEL_COLOR_EQ(0, 0, colorValue); in verifyColor() 881 GLuint colorValue = getColorValue(level, layer); in initializeTextureData() local 884 colorValue); in initializeTextureData()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | ANGLETest.cpp | 53 GLubyte ColorDenorm(float colorValue) in ColorDenorm() argument 55 return static_cast<GLubyte>(colorValue * 255.0f); in ColorDenorm() 234 GLColor::GLColor(GLuint colorValue) : R(0), G(0), B(0), A(0) in GLColor() argument 236 memcpy(&R, &colorValue, sizeof(GLuint)); in GLColor()
|
H A D | ANGLETest.h | 134 GLColor(GLuint colorValue);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 790 VkClearColorValue colorValue = m_params.customBorderColor.get(); in iterate() local 797 customBorderColorInfo->customBorderColor = colorValue; in iterate()
|
H A D | vktPipelineRenderToImageTests.cpp | 758 std::ostringstream colorValue; in initPrograms() local 759 colorValue << REFERENCE_COLOR_VALUE; in initPrograms() 761 const std::string colorInteger = (isUint || isSint ? " * "+colorFormat+"("+colorValue.str()+")" :""); in initPrograms()
|
H A D | vktPipelineDynamicOffsetTests.cpp | 2016 float colorValue = (float)(y / segmentSize * instanceSize + x / segmentSize + 1u) * colorIncrement; in iterate() local 2018 referenceAccess.setPixel(tcu::Vec4(colorValue, 0.5f, colorValue, 1.0f), x, y); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineRenderToImageTests.cpp | 764 std::ostringstream colorValue; in initPrograms() local 765 colorValue << REFERENCE_COLOR_VALUE; in initPrograms() 767 const std::string colorInteger = (isUint || isSint ? " * "+colorFormat+"("+colorValue.str()+")" :""); in initPrograms()
|
H A D | vktPipelineDynamicOffsetTests.cpp | 2009 float colorValue = (float)(y / segmentSize * instanceSize + x / segmentSize + 1u) * colorIncrement; in iterate() local 2011 referenceAccess.setPixel(tcu::Vec4(colorValue, 0.5f, colorValue, 1.0f), x, y); in iterate()
|
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 906 VkClearColorValue colorValue = m_params.customBorderColor.get(); in iterate() local 913 customBorderColorInfo->customBorderColor = colorValue; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 494 TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorValue); 566 TestImage::TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorValue) in TestImage() argument 596 deMemcpy((deUint8*)alloc->getHostPtr() + ndx*pixelSize, colorValue, pixelSize); in TestImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 496 TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorValue); 568 TestImage::TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorValue) in TestImage() argument 598 deMemcpy((deUint8*)alloc->getHostPtr() + ndx*pixelSize, colorValue, pixelSize); in TestImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingCaptureReplayTests.cpp | 851 deUint32 colorValue = 2 * (shaderNdx + 1); in initPrograms() local 859 " hitValue = uvec4(" << colorValue << ",0,0,1);\n" in initPrograms() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingCaptureReplayTests.cpp | 851 deUint32 colorValue = 2 * (shaderNdx + 1); in initPrograms() local 859 " hitValue = uvec4(" << colorValue << ",0,0,1);\n" in initPrograms() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 4644 const tcu::UVec4 colorValue = colorAccess.getPixelUint(x, y); in iterate() local 4647 const bool colorMismatch = (colorValue != expectedValue); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 4644 const tcu::UVec4 colorValue = colorAccess.getPixelUint(x, y); in iterate() local 4647 const bool colorMismatch = (colorValue != expectedValue); in iterate()
|