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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_screen.c401 const uint32_t max_invocations = 32 * max_threads; local in function:iris_get_compute_param
426 RET(((uint64_t []) {max_invocations, max_invocations, max_invocations}));
430 RET((uint64_t []) { max_invocations });
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_screen.c548 const uint32_t max_invocations = 32 * devinfo->max_cs_workgroup_threads; local in function:crocus_get_compute_param
575 RET(((uint64_t []) {max_invocations, max_invocations, max_invocations}));
579 RET((uint64_t []) { max_invocations });
592 RET((uint64_t []) { max_invocations });
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_screen.c520 const uint32_t max_invocations = 32 * devinfo->max_cs_workgroup_threads; local in function:iris_get_compute_param
549 RET(((uint64_t []) {max_invocations, max_invocations, max_invocations}));
555 RET((uint64_t []) { max_invocations });
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c858 const uint32_t max_invocations = 32 * max_threads; local in function:brw_initialize_cs_context_constants
859 ctx->Const.MaxComputeWorkGroupSize[0] = max_invocations;
860 ctx->Const.MaxComputeWorkGroupSize[1] = max_invocations;
861 ctx->Const.MaxComputeWorkGroupSize[2] = max_invocations;
862 ctx->Const.MaxComputeWorkGroupInvocations = max_invocations;
867 assert(max_invocations >= 512);
868 ctx->Const.MaxComputeVariableGroupSize[0] = max_invocations;
869 ctx->Const.MaxComputeVariableGroupSize[1] = max_invocations;
870 ctx->Const.MaxComputeVariableGroupSize[2] = max_invocations;
871 ctx->Const.MaxComputeVariableGroupInvocations = max_invocations;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c820 const uint32_t max_invocations = 32 * max_threads; local in function:brw_initialize_cs_context_constants
821 ctx->Const.MaxComputeWorkGroupSize[0] = max_invocations;
822 ctx->Const.MaxComputeWorkGroupSize[1] = max_invocations;
823 ctx->Const.MaxComputeWorkGroupSize[2] = max_invocations;
824 ctx->Const.MaxComputeWorkGroupInvocations = max_invocations;

Completed in 10 milliseconds