OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:color_clear
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
fd2_draw.c
349
uint32_t
color_clear
, uint32_t depth_clear, unsigned patch_type)
368
OUT_RING(ring,
color_clear
);
383
OUT_RING(ring, fui((float)(
color_clear
>> 0 & 0xff) * sc));
384
OUT_RING(ring, fui((float)(
color_clear
>> 8 & 0xff) * sc));
385
OUT_RING(ring, fui((float)(
color_clear
>> 16 & 0xff) * sc));
386
OUT_RING(ring, fui((float)(
color_clear
>> 24 & 0xff) * sc));
436
uint32_t
color_clear
= 0, depth_clear = 0;
variable
464
color_clear
= pack_rgba(format, color->f);
465
color_clear
= (
color_clear
<< 16) | (color_clear & 0xffff)
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
fd2_draw.c
334
uint32_t
color_clear
, uint32_t depth_clear, unsigned patch_type)
353
OUT_RING(ring,
color_clear
);
368
OUT_RING(ring, fui((float) (
color_clear
>> 0 & 0xff) * sc));
369
OUT_RING(ring, fui((float) (
color_clear
>> 8 & 0xff) * sc));
370
OUT_RING(ring, fui((float) (
color_clear
>> 16 & 0xff) * sc));
371
OUT_RING(ring, fui((float) (
color_clear
>> 24 & 0xff) * sc));
419
uint32_t
color_clear
= 0, depth_clear = 0;
local
443
color_clear
= pack_rgba(format, color->f);
444
color_clear
= (
color_clear
<< 16) | (color_clear & 0xffff)
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_clear.c
278
struct zink_framebuffer_clear *
color_clear
= NULL;
local
286
if (
color_clear
) {
293
struct zink_framebuffer_clear_data *a = zink_fb_clear_element(
color_clear
, j);
304
color_clear
= fb_clear;
314
if (
color_clear
) {
318
for (int j = !zink_fb_clear_first_needs_explicit(fb_clear); j < zink_fb_clear_count(
color_clear
); j++) {
319
struct zink_framebuffer_clear_data *a = zink_fb_clear_element(
color_clear
, j);
333
for (int j = !zink_fb_clear_first_needs_explicit(
color_clear
); j < num_clears; j++) {
334
struct zink_framebuffer_clear_data *clear = zink_fb_clear_element(
color_clear
, j);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_private.h
429
}
color_clear
;
member in struct:v3dv_device::__anon634
Completed in 8 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026