Lines Matching refs:value
212 tu_cs_emit(cs, A6XX_RB_DEPTH_BUFFER_INFO(.depth_format = fmt).value);
229 tu_cs_emit(cs, A6XX_RB_STENCIL_INFO(.separate_stencil = true).value);
528 * value as the last draw. This means that if the descriptor sets change
1547 cmd_buffer->state.gmem_layout = TU_GMEM_LAYOUT_COUNT; /* invalid value to prevent looking up gmem offsets */
1784 cmd_buffer->state.gmem_layout = TU_GMEM_LAYOUT_COUNT; /* dirty value */
1883 /* TODO: track a "max_vb" value for the cmdbuf to save a bit of memory */
2660 update_stencil_mask(uint32_t *value, VkStencilFaceFlags face, uint32_t mask)
2663 *value = (*value & 0xff00) | (mask & 0xff);
2665 *value = (*value & 0xff) | (mask & 0xff) << 8;
5338 VkPipelineStageFlags2 stageMask, unsigned value)
5357 tu_cs_emit(cs, value);
5363 tu_cs_emit(cs, value);
5452 * value to the low 32-bits of a location where the high 32 bits are known