HomeSort by: relevance | last modified time | path
    Searched refs:cfg_bits (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_pipeline.c 144 * the overall blend enable bit in the CFG_BITS packet.
153 assert(sizeof(pipeline->cfg_bits) == cl_packet_length(CFG_BITS));
158 v3dvx_pack(pipeline->cfg_bits, CFG_BITS, config) {
v3dv_private.h 1846 uint8_t cfg_bits[V3DV_CFG_BITS_LENGTH]; member in struct:v3dv_pipeline
v3dvx_cmd_buffer.c 1358 * we never emit a draw call in the job with EZ enabled in the CFG_BITS
1428 * calls using the CFG_BITS packet based on the bound pipeline state.
1483 v3dv_cl_ensure_space_with_branch(&job->bcl, cl_packet_length(CFG_BITS));
1486 cl_emit_with_prepacked(&job->bcl, CFG_BITS, pipeline->cfg_bits, config) {

Completed in 10 milliseconds