Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c7431 uint32_t nggc_settings = radv_nggc_none; in radv_get_ngg_culling_settings() local
7442 nggc_settings |= radv_nggc_face_is_ccw; in radv_get_ngg_culling_settings()
7448 nggc_settings |= radv_nggc_front_face; in radv_get_ngg_culling_settings()
7452 nggc_settings |= radv_nggc_back_face; in radv_get_ngg_culling_settings()
7458 nggc_settings |= radv_nggc_small_primitives; in radv_get_ngg_culling_settings()
7466 nggc_settings |= ((uint32_t) small_prim_precision_log2 << 24u); in radv_get_ngg_culling_settings()
7469 return nggc_settings; in radv_get_ngg_culling_settings()
7524 uint32_t nggc_settings = nggc_supported && !skip in radv_emit_ngg_culling_state() local
7528 bool emit_viewport = nggc_settings && in radv_emit_ngg_culling_state()
7554 (cmd_buffer->state.last_nggc_settings != nggc_settings || in radv_emit_ngg_culling_state()
[all...]

Completed in 13 milliseconds