Searched refs:num_stages (Results 1 – 6 of 6) sorted by relevance
65 nine_ff_get_projected_key(struct nine_context *context, unsigned num_stages) in nine_ff_get_projected_key() argument69 char input_texture_coord[num_stages]; in nine_ff_get_projected_key()77 if (s < num_stages) in nine_ff_get_projected_key()83 for (s = 0; s < num_stages; ++s) { in nine_ff_get_projected_key()
258 uint32_t num_stages = 0; in zink_create_gfx_pipeline() local268 shader_stages[num_stages++] = stage; in zink_create_gfx_pipeline()270 assert(num_stages > 0); in zink_create_gfx_pipeline()273 pci.stageCount = num_stages; in zink_create_gfx_pipeline()
1229 unsigned num_stages = is_compute ? 1 : ZINK_SHADER_COUNT; in update_push_ubo_descriptors() local1236 for (int i = 0; i < num_stages; i++) { in update_push_ubo_descriptors()1279 VKSCR(UpdateDescriptorSets)(screen->dev, num_stages + !!fbfetch, wds, 0, NULL); in update_push_ubo_descriptors()1280 return num_stages; in update_push_ubo_descriptors()1309 unsigned num_stages = pg->is_compute ? 1 : ZINK_SHADER_COUNT; in update_descriptors_internal() local1330 for (int i = 0; i < num_stages; i++) { in update_descriptors_internal()
506 unsigned num_stages = 0; in brw_initialize_context_constants() local509 num_stages++; in brw_initialize_context_constants()590 ctx->Const.MaxUniformBufferBindings = num_stages * BRW_MAX_UBO; in brw_initialize_context_constants()591 ctx->Const.MaxCombinedUniformBlocks = num_stages * BRW_MAX_UBO; in brw_initialize_context_constants()592 ctx->Const.MaxCombinedAtomicBuffers = num_stages * BRW_MAX_ABO; in brw_initialize_context_constants()593 ctx->Const.MaxCombinedShaderStorageBlocks = num_stages * BRW_MAX_SSBO; in brw_initialize_context_constants()594 ctx->Const.MaxShaderStorageBufferBindings = num_stages * BRW_MAX_SSBO; in brw_initialize_context_constants()595 ctx->Const.MaxCombinedTextureImageUnits = num_stages * max_samplers; in brw_initialize_context_constants()596 ctx->Const.MaxCombinedImageUniforms = num_stages * BRW_MAX_IMAGES; in brw_initialize_context_constants()
3355 uint32_t num_stages = gs_nir ? 3 : 2; in create_pipeline() local3389 .stageCount = num_stages, in create_pipeline()
2515 const unsigned num_stages = in cmd_buffer_alloc_push_constants() local2517 unsigned size_per_stage = push_constant_kb / num_stages; in cmd_buffer_alloc_push_constants()