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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_cs_intrinsics.c84 if (state->nir->info.workgroup_size_variable) {
123 } else if (!nir->info.workgroup_size_variable &&
216 if (state->nir->info.workgroup_size_variable) {
276 if (!nir->info.workgroup_size_variable) {
H A Dbrw_nir_rt.c429 b.shader->info.workgroup_size_variable = true;
H A Dbrw_fs_nir.cpp116 if (nir->info.workgroup_size_variable &&
3817 if (!nir->info.workgroup_size_variable &&
3965 assert(nir->info.workgroup_size_variable);
4494 if (!nir->info.workgroup_size_variable &&
H A Dbrw_fs.cpp10054 if (!b->shader->info.workgroup_size_variable) {
10120 if (nir->info.workgroup_size_variable) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcompute.c92 if (prog->info.workgroup_size_variable) {
116 if (!prog->info.workgroup_size_variable) {
272 if (prog->info.workgroup_size_variable) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_system_values.c326 if (b->shader->info.workgroup_size_variable)
374 if (!b->shader->info.workgroup_size_variable &&
428 if (b->shader->info.workgroup_size_variable) {
H A Dnir_lower_variable_initializers.c157 assert(!shader->info.workgroup_size_variable);
H A Dnir_opt_uniform_atomics.c310 !shader->info.workgroup_size_variable &&
H A Dnir_range_analysis.c1303 shader->info.workgroup_size_variable) {
1312 if (shader->info.workgroup_size_variable)
1324 if (shader->info.workgroup_size_variable) {
1359 !shader->info.workgroup_size_variable) {
H A Dnir_print.c1614 shader->info.workgroup_size_variable ? " (variable)" : "");
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_cs_derived.cpp57 local_size_variable(shader->Program->info.workgroup_size_variable),
H A Dlinker.cpp2269 gl_prog->info.workgroup_size_variable = false;
2314 gl_prog->info.workgroup_size_variable = true;
2334 !gl_prog->info.workgroup_size_variable) {
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_info.h281 bool workgroup_size_variable:1; member in struct:shader_info
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp437 nir->info.workgroup_size_variable = sym.reqd_work_group_size[0] == 0;
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler.c851 nir->info.workgroup_size_variable = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c415 assert(ctx->shader->selector->info.base.workgroup_size_variable &&
H A Dsi_shader.c221 if (shader->selector->info.base.workgroup_size_variable)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2389 s->info.workgroup_size_variable = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c580 assert(nir->info.workgroup_size_variable);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_program.c615 assert(nir->info.workgroup_size_variable);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c4000 so->local_size_variable = ctx->s->info.workgroup_size_variable;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c2986 assert(!nir[MESA_SHADER_COMPUTE]->info.workgroup_size_variable);

Completed in 86 milliseconds