| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_surface.c | 487 union pipe_color_union color; in nv50_clear_texture() local 276 nv50_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) nv50_clear_render_target() argument 527 nv50_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) nv50_clear() argument 709 union pipe_color_union color; nv50_clear_buffer() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 2663 iris_resource_set_clear_color(struct iris_context *ice, struct iris_resource *res, union isl_color_value color) iris_resource_set_clear_color() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_draw.c | 240 util_dump_color_union(FILE *f, const union pipe_color_union *color) in util_dump_color_union() argument 1527 dd_context_clear(struct pipe_context *_pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) dd_context_clear() argument 1549 dd_context_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) dd_context_clear_render_target() argument [all...] |
| H A D | dd_pipe.h | 97 union pipe_color_union color; member
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_state.c | 1293 struct pipe_blend_color color; in nine_update_state() local
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_context.c | 1540 union pipe_color_union color; in trace_context_clear_texture() local 1409 trace_context_clear(struct pipe_context *_pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) trace_context_clear() argument 1440 trace_context_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) trace_context_clear_render_target() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_resource.c | 1869 crocus_resource_set_clear_color(struct crocus_context *ice, struct crocus_resource *res, union isl_color_value color) crocus_resource_set_clear_color() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
| H A D | rbug_context.c | 930 rbug_clear(struct pipe_context *_pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) rbug_clear() argument 951 rbug_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) rbug_clear_render_target() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_pipe.c | 280 noop_clear(struct pipe_context *ctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) noop_clear() argument 285 noop_clear_render_target(struct pipe_context *ctx, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) noop_clear_render_target() argument
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_surface.c | 501 union pipe_color_union color; in nvc0_clear_buffer() local 286 nvc0_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) nvc0_clear_render_target() argument 692 nvc0_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) nvc0_clear() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_state.c | 569 r300_set_blend_color(struct pipe_context* pipe, const struct pipe_blend_color* color) r300_set_blend_color() argument [all...] |
| /third_party/rust/crates/clap/src/builder/ |
| H A D | command.rs | 1044 pub fn color(self, color: ColorChoice) -> Self { color() functions [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| H A D | vktBindingDescriptorUpdateTests.cpp | 1177 tcu::Vec4 color = expectedColor + (val0 + val1) * tcu::Vec4(static_cast<float>(mutation.numDraws)); in iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
| H A D | vktClippingTests.cpp | 239 bool inline isColorInRange (const Vec4& color, const Vec4& minColor, const Vec4& maxColor) in isColorInRange() argument 248 countPixels(const tcu::ConstPixelBufferAccess pixels, const IVec2& regionOffset, const IVec2& regionSize, const Vec4& color, const Vec4& colorThreshold) countPixels() argument 269 countPixels(const tcu::ConstPixelBufferAccess pixels, const Vec4& color, const Vec4& colorThreshold) countPixels() argument 283 const tcu::Vec4 color = pixels.getPixel(x, y); checkFragColors() local 569 Vec4 color; testPrimitivesDepthClamp() member 661 Vec4 color; testPrimitivesDepthClip() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
| H A D | vktConditionalDrawAndClearTests.cpp | 627 void ConditionalRenderingBaseTestInstance::prepareReferenceImageOneColor (tcu::PixelBufferAccess& reference, const tcu::Vec4& color) in prepareReferenceImageOneColor() argument 665 void ConditionalRenderingBaseTestInstance::clearWithClearColorImage (const VkClearColorValue& color) in clearWithClearColorImage() argument 691 void ConditionalRenderingBaseTestInstance::clearColorWithClearAttachments (const VkClearColorValue& color, bool partial) in clearColorWithClearAttachments() argument 1633 tcu::TestCaseGroup* color in init() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktBasicDrawTests.cpp | 231 tcu::Vec4 color = rr::readVertexAttribFloat(inputs[1], in shadeVertices() local 257 tcu::Vec4 color = rr::readVarying<float>(packet, context, 0, fragNdx); in shadeFragments() local [all...] |
| H A D | vktDrawInstancedTests.cpp | 95 tcu::Vec4 color; member 193 const tcu::Vec4 color = rr::readVertexAttribFloat(inputs[1], packets[packetNdx]->instanceNdx, packets[packetNdx]->vertexNdx, m_firstInstance); in shadeVertices() local 224 const tcu::Vec4 color = rr::readVarying<float>(packet, context, 0, fragNdx); in shadeFragments() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
| H A D | vktFragmentShadingBarycentricTests.cpp | 823 const tcu::Vec4 color = mix(leftColor, rightColor, kx); in generateVertexBuffer() local 781 addVertexWithColor(vector<tcu::Vec4>& vertices, const tcu::Vec4& vertex, const tcu::Vec4& color) addVertexWithColor() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
| H A D | vktImagelessFramebufferTests.cpp | 946 const tcu::Vec4 color = tcu::Vec4(depth, depth, depth, 1.0f); in convertDepthToColor() local 966 const tcu::Vec4 color = tcu::Vec4(stencil, stencil, stencil, 1.0f); in convertStencilToColor() local 1042 const bool color = ((aspect & ASPECT_COLOR) != 0); in readOneSampleFromMultisampleImage() local 1362 const bool color in generateReferenceImage() local 1841 const bool color = ((aspectFlags & ASPECT_COLOR) != 0); generateReferenceImage() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| H A D | vktMemoryExternalMemoryHostTests.cpp | 618 void ExternalMemoryHostRenderImageTestInstance::clear (VkClearColorValue color) in clear() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1673 tcu::Vec4 color = tcu::Vec4(1.0f); in verifyImage() local [all...] |
| H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 94 Vec4 color; member 498 tcu::Vec4 color; member [all...] |
| H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 1146 std::string getShaderDecl (const tcu::Vec4& color) in getShaderDecl() argument [all...] |
| H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 389 tcu::Vector<T, 4> getExpectedColor (const tcu::Vector<T, 4>& color, const TestParams& params) in getExpectedColor() argument 403 getExpectedColor(const VkClearColorValue& color, const TestParams& params) getExpectedColor() argument 1232 VkClearColorValue color; getRandomClearColor() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 127 tcu::Vec4 color; member [all...] |