Searched refs:copy_mask (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_cmd_buffer.c80 uint32_t copy_mask)
82 if (copy_mask & (1 << VK_DYNAMIC_STATE_VIEWPORT)) {
88 if (copy_mask & (1 << VK_DYNAMIC_STATE_SCISSOR)) {
94 if (copy_mask & (1 << VK_DYNAMIC_STATE_LINE_WIDTH))
97 if (copy_mask & (1 << VK_DYNAMIC_STATE_DEPTH_BIAS))
100 if (copy_mask & (1 << VK_DYNAMIC_STATE_BLEND_CONSTANTS))
103 if (copy_mask & (1 << VK_DYNAMIC_STATE_DEPTH_BOUNDS))
106 if (copy_mask & (1 << VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK))
109 if (copy_mask & (1 << VK_DYNAMIC_STATE_STENCIL_WRITE_MASK))
112 if (copy_mask
78 anv_dynamic_state_copy(struct anv_dynamic_state * dest,const struct anv_dynamic_state * src,uint32_t copy_mask) argument
[all...]
H A Danv_private.h2230 uint32_t copy_mask);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c1239 uint32_t copy_mask = src->mask; local in function:tu_bind_dynamic_state
1251 if (copy_mask & TU_DYNAMIC_VIEWPORT) {
1260 if (copy_mask & TU_DYNAMIC_SCISSOR) {
1269 if (copy_mask & TU_DYNAMIC_LINE_WIDTH) {
1276 if (copy_mask & TU_DYNAMIC_DEPTH_BIAS) {
1284 if (copy_mask & TU_DYNAMIC_BLEND_CONSTANTS) {
1292 if (copy_mask & TU_DYNAMIC_DEPTH_BOUNDS) {
1300 if (copy_mask & TU_DYNAMIC_STENCIL_COMPARE_MASK) {
1308 if (copy_mask & TU_DYNAMIC_STENCIL_WRITE_MASK) {
1316 if (copy_mask
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_cmd_buffer.c111 * Copy the dynamic state from src to dest based on the copy_mask.
114 * BLEND_CONSTANTS (always copy them if they are in the copy_mask).
121 anv_cmd_dirty_mask_t copy_mask)
125 if (copy_mask & ANV_CMD_DIRTY_DYNAMIC_VIEWPORT) {
132 if (copy_mask & ANV_CMD_DIRTY_DYNAMIC_SCISSOR) {
139 if (copy_mask & ANV_CMD_DIRTY_DYNAMIC_BLEND_CONSTANTS) {
145 if (copy_mask & flag) { \
182 if (copy_mask & VK_DYNAMIC_STATE_STENCIL_OP_EXT) {
201 if (copy_mask & ANV_CMD_DIRTY_DYNAMIC_SAMPLE_LOCATIONS) {
119 anv_dynamic_state_copy(struct anv_dynamic_state * dest,const struct anv_dynamic_state * src,anv_cmd_dirty_mask_t copy_mask) argument
H A Danv_private.h2819 uint32_t copy_mask);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c130 uint64_t copy_mask = src->mask; local in function:radv_bind_dynamic_state
136 if (copy_mask & RADV_DYNAMIC_VIEWPORT) {
150 if (copy_mask & RADV_DYNAMIC_SCISSOR) {
163 if (copy_mask & RADV_DYNAMIC_LINE_WIDTH) {
170 if (copy_mask & RADV_DYNAMIC_DEPTH_BIAS) {
177 if (copy_mask & RADV_DYNAMIC_BLEND_CONSTANTS) {
184 if (copy_mask & RADV_DYNAMIC_DEPTH_BOUNDS) {
191 if (copy_mask & RADV_DYNAMIC_STENCIL_COMPARE_MASK) {
199 if (copy_mask & RADV_DYNAMIC_STENCIL_WRITE_MASK) {
207 if (copy_mask
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c1411 GLuint copy_mask = 0; local in function:build_texture_transform
1459 copy_mask |= WRITEMASK_X << j;
1476 if (copy_mask) {
1478 emit_op1(p, OPCODE_MOV, out_texgen, copy_mask, in );
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c1486 GLuint copy_mask = 0; local in function:build_texture_transform
1534 copy_mask |= WRITEMASK_X << j;
1551 if (copy_mask) {
1553 emit_op1(p, OPCODE_MOV, out_texgen, copy_mask, in );
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c99 uint32_t copy_mask = src->mask; local in function:radv_bind_dynamic_state
109 if (copy_mask & RADV_DYNAMIC_VIEWPORT) {
119 if (copy_mask & RADV_DYNAMIC_SCISSOR) {
128 if (copy_mask & RADV_DYNAMIC_LINE_WIDTH) {
135 if (copy_mask & RADV_DYNAMIC_DEPTH_BIAS) {
143 if (copy_mask & RADV_DYNAMIC_BLEND_CONSTANTS) {
152 if (copy_mask & RADV_DYNAMIC_DEPTH_BOUNDS) {
160 if (copy_mask & RADV_DYNAMIC_STENCIL_COMPARE_MASK) {
169 if (copy_mask & RADV_DYNAMIC_STENCIL_WRITE_MASK) {
177 if (copy_mask
[all...]

Completed in 32 milliseconds