Home
last modified time | relevance | path

Searched refs:colorValue (Results 1 - 16 of 16) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgProgramExecutor.cpp342 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 DReadPixelsTest.cpp850 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 DANGLETest.cpp53 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 DANGLETest.h134 GLColor(GLuint colorValue);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp790 VkClearColorValue colorValue = m_params.customBorderColor.get(); in iterate() local
797 customBorderColorInfo->customBorderColor = colorValue; in iterate()
H A DvktPipelineRenderToImageTests.cpp758 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 DvktPipelineDynamicOffsetTests.cpp2016 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 DvktPipelineRenderToImageTests.cpp764 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 DvktPipelineDynamicOffsetTests.cpp2009 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 DvktPipelineSamplerBorderSwizzleTests.cpp906 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 DvktOpaqueTypeIndexingTests.cpp494 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 DvktOpaqueTypeIndexingTests.cpp496 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 DvktRayTracingCaptureReplayTests.cpp851 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 DvktRayTracingCaptureReplayTests.cpp851 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 DvktApiCommandBuffersTests.cpp4644 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 DvktApiCommandBuffersTests.cpp4644 const tcu::UVec4 colorValue = colorAccess.getPixelUint(x, y); in iterate() local
4647 const bool colorMismatch = (colorValue != expectedValue); in iterate()

Completed in 47 milliseconds