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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c6377 uint32_t nggc_settings = ngg_cull_none; local in function:radv_get_ngg_culling_settings
6388 nggc_settings |= ngg_cull_face_is_ccw;
6394 nggc_settings |= ngg_cull_front_face;
6398 nggc_settings |= ngg_cull_back_face;
6402 nggc_settings |= ngg_cull_small_primitives;
6410 nggc_settings |= ((uint32_t) small_prim_precision_log2 << 24u);
6413 return nggc_settings;
6468 uint32_t nggc_settings = nggc_supported && !skip local in function:radv_emit_ngg_culling_state
6472 bool emit_viewport = nggc_settings &&
6498 (cmd_buffer->state.last_nggc_settings != nggc_settings ||
[all...]

Completed in 12 milliseconds