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

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir_lower_ngg.c1021 bool uses_instance_id = BITSET_TEST(b->shader->info.system_values_read, SYSTEM_VALUE_INSTANCE_ID); local in function:add_deferred_attribute_culling
1025 if (b->shader->info.stage == MESA_SHADER_VERTEX && !uses_instance_id)
1082 if (uses_instance_id)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c1056 bool uses_instance_id = ctx->stage == MESA_SHADER_VERTEX && local in function:gfx10_emit_ngg_culling_epilogue
1097 if (uses_instance_id) {
1261 if (uses_instance_id) {

Completed in 9 milliseconds