Home
last modified time | relevance | path

Searched defs:color (Results 1026 - 1050 of 2038) sorted by relevance

1...<<41424344454647484950>>...82

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp718 struct pipe_blend_color color; in SetBlendState() local
[all...]
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dsubpicture.c370 XvMCClearSubpicture(Display *dpy, XvMCSubpicture *subpicture, short x, short y, unsigned short width, unsigned short height, unsigned int color) XvMCClearSubpicture() argument
/third_party/mesa3d/src/gallium/tests/graw/
H A Dgs-test.c57 float color[4]; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c262 convert_color_for_load(nir_builder *b, const struct intel_device_info *devinfo, nir_ssa_def *color, enum isl_format image_fmt, enum isl_format lower_fmt, unsigned dest_components) convert_color_for_load() argument
393 nir_ssa_def *color = convert_color_for_load(b, devinfo, lower_image_load_instr() local
442 nir_ssa_def *color = convert_color_for_load(b, devinfo, value, lower_image_load_instr() local
453 convert_color_for_store(nir_builder *b, const struct intel_device_info *devinfo, nir_ssa_def *color, enum isl_format image_fmt, enum isl_format lower_fmt) convert_color_for_store() argument
546 nir_ssa_def *color = convert_color_for_store(b, devinfo, lower_image_store_instr() local
581 nir_ssa_def *color = convert_color_for_store(b, devinfo, lower_image_store_instr() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw.c444 st_draw_quad(struct st_context *st, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1, const float *color, unsigned num_instances) st_draw_quad() argument
[all...]
H A Dst_atifs_to_nir.c484 nir_ssa_def *color = t->temps[0]; in st_translate_atifs_program() local
H A Dst_cb_bitmap.c168 setup_render_state(struct gl_context *ctx, struct pipe_sampler_view *sv, const GLfloat *color, bool atlas) setup_render_state() argument
294 draw_bitmap_quad(struct gl_context *ctx, GLint x, GLint y, GLfloat z, GLsizei width, GLsizei height, struct pipe_sampler_view *sv, const GLfloat *color) draw_bitmap_quad() argument
657 const float *color = ctx->Current.RasterColor; st_DrawAtlasBitmaps() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_state.c1013 union isl_color_value color = { .u32 = { in CreateSampler() local
/third_party/mesa3d/src/intel/tools/
H A Daubinator.c120 char *color = GREEN_HEADER, *reset_color = NORMAL; in aubinator_init() local
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c334 panvk_meta_clear_color_img(struct panvk_cmd_buffer *cmdbuf, struct panvk_image *img, const VkClearColorValue *color, const VkImageSubresourceRange *range) panvk_meta_clear_color_img() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c430 union pipe_color_union color; in llvmpipe_clear_texture() local
272 lp_clear_color_texture_helper(struct pipe_transfer *dst_trans, ubyte *dst_map, enum pipe_format format, const union pipe_color_union *color, unsigned width, unsigned height, unsigned depth) lp_clear_color_texture_helper() argument
290 lp_clear_color_texture_msaa(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, const union pipe_color_union *color, unsigned sample, const struct pipe_box *box) lp_clear_color_texture_msaa() argument
313 llvmpipe_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) llvmpipe_clear_render_target() argument
[all...]
/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c166 const unsigned int color = 0xff000000 + (random() & 0xffffff); in create_checkerboard_pattern() local
[all...]
/third_party/libdrm/tests/util/
H A Dpattern.c859 struct color_yuv color = in fill_tiles_yuv_planar() local
893 struct color_yuv color = in fill_tiles_yuv_packed() local
921 uint16_t color = fill_tiles_rgb16() local
946 struct color_rgb24 color = fill_tiles_rgb24() local
970 uint32_t color = fill_tiles_rgb32() local
997 uint64_t color = fill_tiles_rgb16fp() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmarking.h439 static const char* ColorName(ObjectColor color) { in ColorName() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c130 i915_clear_render_target_render(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) i915_clear_render_target_render() argument
285 i915_clear_render_target_blitter(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) i915_clear_render_target_blitter() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c350 unsigned color = ctx->registers[load->reg->index].assigned_color; in assign_regs() local
357 unsigned color = ctx->registers[store->reg->index].assigned_color; in assign_regs() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.c417 vl_compositor_set_clear_color(struct vl_compositor_state *s, union pipe_color_union *color) in vl_compositor_set_clear_color() argument
426 vl_compositor_get_clear_color(struct vl_compositor_state *s, union pipe_color_union *color) in vl_compositor_get_clear_color() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c527 util_clamp_color(enum pipe_format format, const union pipe_color_union *color) util_clamp_color() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_clear.c41 crocus_is_color_fast_clear_compatible(struct crocus_context *ice, enum isl_format format, const union isl_color_value color) crocus_is_color_fast_clear_compatible() argument
65 can_fast_clear_color(struct crocus_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, enum isl_format format, enum isl_format render_format, union isl_color_value color) can_fast_clear_color() argument
120 convert_fast_clear_color(struct crocus_context *ice, struct crocus_resource *res, enum isl_format render_format, const union isl_color_value color) convert_fast_clear_color() argument
198 fast_clear_color(struct crocus_context *ice, struct crocus_resource *res, unsigned level, const struct pipe_box *box, enum isl_format format, union isl_color_value color, enum blorp_batch_flags blorp_flags) fast_clear_color() argument
326 clear_color(struct crocus_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, enum isl_format format, struct isl_swizzle swizzle, union isl_color_value color) clear_color() argument
685 union isl_color_value *color = (void *) p_color; crocus_clear() local
744 union isl_color_value color; crocus_clear_texture() local
801 union isl_color_value *color = (void *) p_color; crocus_clear_render_target() local
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_pixelformat.c133 stw_pixelformat_add(struct stw_device *stw_dev, boolean extended, const struct stw_pf_color_info *color, const struct stw_pf_depth_info *depth, unsigned accum, boolean doublebuffer, boolean gdi, unsigned samples) stw_pixelformat_add() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c640 rgba_to_bgra(float color[4]) rgba_to_bgra() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderDrawParametersTests.cpp219 const Vec4& color = allColors[isMultiDraw() ? drawNdx : instanceNdx]; in drawReferenceImage() local
223 tcu::clear(tcu::getSubregion(refImage, x, y, rectWidth, rectHeight), color); in drawReferenceImage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp428 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const tcu::Vec4& color) in fillBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationImageLayoutTransitionTests.cpp319 const Vec4 color = Vec4(red, green, blue, alpha); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp347 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_CLOCKWISE ? white : gray); in generateReferenceImage() local
357 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE ? white : gray); in generateReferenceImage() local

Completed in 26 milliseconds

1...<<41424344454647484950>>...82