OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:color_write_masks
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_pipeline.c
84
pipeline->blend.
color_write_masks
= 0; /* All channels enabled */
96
uint32_t
color_write_masks
= 0;
local
106
color_write_masks
|= (~b_state->colorWriteMask & 0xf) << (4 * i);
140
pipeline->blend.
color_write_masks
=
color_write_masks
;
v3dv_private.h
1835
uint32_t
color_write_masks
;
member in struct:v3dv_pipeline::__anon665
v3dvx_cmd_buffer.c
1202
v3dv_cl_ensure_space_with_branch(&job->bcl, cl_packet_length(
COLOR_WRITE_MASKS
));
1206
cl_emit(&job->bcl,
COLOR_WRITE_MASKS
, mask) {
1208
pipeline->blend.
color_write_masks
) & 0xffff;
Completed in 51 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026