Home
last modified time | relevance | path

Searched refs:local_size (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/mesa3d/src/intel/compiler/
H A Dtest_simd_selection.cpp71 prog_data->local_size[0] = 32; in SIMDSelectionCS()
72 prog_data->local_size[1] = 1; in SIMDSelectionCS()
73 prog_data->local_size[2] = 1; in SIMDSelectionCS()
92 prog_data->local_size[0] = devinfo->max_cs_workgroup_threads; in TEST_F()
93 prog_data->local_size[1] = 32; in TEST_F()
94 prog_data->local_size[2] = 1; in TEST_F()
106 prog_data->local_size[0] = 1; in TEST_F()
107 prog_data->local_size[1] = 1; in TEST_F()
108 prog_data->local_size[2] = 1; in TEST_F()
120 prog_data->local_size[ in TEST_F()
[all...]
H A Dbrw_simd_selection.c66 const bool workgroup_size_variable = prog_data->local_size[0] == 0; in brw_simd_should_compile()
75 const unsigned workgroup_size = prog_data->local_size[0] * in brw_simd_should_compile()
76 prog_data->local_size[1] * in brw_simd_should_compile()
77 prog_data->local_size[2]; in brw_simd_should_compile()
170 if (prog_data->local_size[0] == sizes[0] && in brw_simd_select_for_workgroup_size()
171 prog_data->local_size[1] == sizes[1] && in brw_simd_select_for_workgroup_size()
172 prog_data->local_size[2] == sizes[2]) in brw_simd_select_for_workgroup_size()
179 cloned.local_size[i] = sizes[i]; in brw_simd_select_for_workgroup_size()
H A Dintel_clc.c158 fprintf(fp, "%s.local_size = { %u, %u, %u },\n", pad, in print_cs_prog_data_fields()
159 cs_prog_data->local_size[0], in print_cs_prog_data_fields()
160 cs_prog_data->local_size[1], in print_cs_prog_data_fields()
161 cs_prog_data->local_size[2]); in print_cs_prog_data_fields()
542 fprintf(stdout, " local_size : %ux%ux%u\n", in main()
543 kernel.prog_data.local_size[0], in main()
544 kernel.prog_data.local_size[1], in main()
545 kernel.prog_data.local_size[2]); in main()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_compute.c145 const unsigned *local_size = variable
152 A5XX_HLSQ_CS_NDRANGE_0_LOCALSIZEX(local_size[0] - 1) |
153 A5XX_HLSQ_CS_NDRANGE_0_LOCALSIZEY(local_size[1] - 1) |
154 A5XX_HLSQ_CS_NDRANGE_0_LOCALSIZEZ(local_size[2] - 1));
156 A5XX_HLSQ_CS_NDRANGE_1_GLOBALSIZE_X(local_size[0] * num_groups[0]));
159 A5XX_HLSQ_CS_NDRANGE_3_GLOBALSIZE_Y(local_size[1] * num_groups[1]));
162 A5XX_HLSQ_CS_NDRANGE_5_GLOBALSIZE_Z(local_size[2] * num_groups[2]));
179 A5XX_CP_EXEC_CS_INDIRECT_3_LOCALSIZEX(local_size[0] - 1) |
180 A5XX_CP_EXEC_CS_INDIRECT_3_LOCALSIZEY(local_size[1] - 1) |
181 A5XX_CP_EXEC_CS_INDIRECT_3_LOCALSIZEZ(local_size[
[all...]
/third_party/mesa3d/src/freedreno/computerator/
H A Dir3_asm.c41 kernel->base.local_size[0] = v->local_size[0]; in ir3_asm_assemble()
42 kernel->base.local_size[1] = v->local_size[1]; in ir3_asm_assemble()
43 kernel->base.local_size[2] = v->local_size[2]; in ir3_asm_assemble()
H A Da4xx.c287 const unsigned *local_size = kernel->local_size; in a4xx_emit_grid() local
299 A4XX_HLSQ_CL_NDRANGE_0_LOCALSIZEX(local_size[0] - 1) | in a4xx_emit_grid()
300 A4XX_HLSQ_CL_NDRANGE_0_LOCALSIZEY(local_size[1] - 1) | in a4xx_emit_grid()
301 A4XX_HLSQ_CL_NDRANGE_0_LOCALSIZEZ(local_size[2] - 1)); in a4xx_emit_grid()
303 A4XX_HLSQ_CL_NDRANGE_1_SIZE_X(local_size[0] * num_groups[0])); in a4xx_emit_grid()
306 A4XX_HLSQ_CL_NDRANGE_3_SIZE_Y(local_size[1] * num_groups[1])); in a4xx_emit_grid()
309 A4XX_HLSQ_CL_NDRANGE_5_SIZE_Z(local_size[2] * num_groups[2])); in a4xx_emit_grid()
H A Da6xx.c413 const unsigned *local_size = kernel->local_size; in a6xx_emit_grid() local
425 A6XX_HLSQ_CS_NDRANGE_0_LOCALSIZEX(local_size[0] - 1) | in a6xx_emit_grid()
426 A6XX_HLSQ_CS_NDRANGE_0_LOCALSIZEY(local_size[1] - 1) | in a6xx_emit_grid()
427 A6XX_HLSQ_CS_NDRANGE_0_LOCALSIZEZ(local_size[2] - 1)); in a6xx_emit_grid()
429 A6XX_HLSQ_CS_NDRANGE_1_GLOBALSIZE_X(local_size[0] * num_groups[0])); in a6xx_emit_grid()
432 A6XX_HLSQ_CS_NDRANGE_3_GLOBALSIZE_Y(local_size[1] * num_groups[1])); in a6xx_emit_grid()
435 A6XX_HLSQ_CS_NDRANGE_5_GLOBALSIZE_Z(local_size[2] * num_groups[2])); in a6xx_emit_grid()
H A Dmain.c259 printf("localsize: %dx%dx%d\n", kernel->local_size[0], kernel->local_size[1], in main()
260 kernel->local_size[2]); in main()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeX86_32.c264 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
275 CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
276 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
372 local_size = ((SLJIT_LOCALS_OFFSET_BASE + local_size + size + 0xf) & ~0xf) - size; in sljit_emit_enter()
373 compiler->local_size = local_size; in sljit_emit_enter()
392 if (word_arg_count == 3 && local_size > 4 * 4096) in sljit_emit_enter()
393 r2_offset = local_size + args_size; in sljit_emit_enter()
412 SLJIT_ASSERT(r2_offset == -1 || local_size > in sljit_emit_enter()
262 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_emit_enter() argument
487 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_set_context() argument
534 sljit_s32 local_size, saveds; emit_stack_frame_release() local
[all...]
H A DsljitNativeX86_64.c375 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
389 CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
390 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
425 local_size += SLJIT_LOCALS_OFFSET; in sljit_emit_enter()
429 saved_float_regs_offset = ((local_size + 0xf) & ~0xf); in sljit_emit_enter()
430 local_size = saved_float_regs_offset + saved_float_regs_size; in sljit_emit_enter()
492 local_size = ((local_size + saved_regs_size + 0xf) & ~0xf) - saved_regs_size; in sljit_emit_enter()
493 compiler->local_size = local_size; in sljit_emit_enter()
373 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_emit_enter() argument
553 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_set_context() argument
585 sljit_s32 local_size, i, tmp; emit_stack_frame_release() local
[all...]
H A DsljitNativeARM_64.c972 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
979 CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
980 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
985 local_size = (local_size + saved_regs_size + 0xf) & ~0xf; in sljit_emit_enter()
986 compiler->local_size = local_size; in sljit_emit_enter()
988 if (local_size <= 512) { in sljit_emit_enter()
990 | RN(SLJIT_SP) | (sljit_ins)((-(local_size >> 3) & 0x7f) << 15))); in sljit_emit_enter()
991 offs = (sljit_ins)(local_size in sljit_emit_enter()
970 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_emit_enter() argument
1145 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_set_context() argument
1164 sljit_s32 local_size, prev, fprev, i, tmp; emit_stack_frame_release() local
[all...]
H A DsljitNativeARM_T2_32.c1139 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
1154 CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
1155 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
1188 local_size = ((size + local_size + 0x7) & ~0x7) - size; in sljit_emit_enter()
1189 compiler->local_size = local_size; in sljit_emit_enter()
1296 if (local_size >= 4096) { in sljit_emit_enter()
1302 if (local_size < 4 * 4096) { in sljit_emit_enter()
1303 if (local_size > in sljit_emit_enter()
1137 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_emit_enter() argument
1347 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_set_context() argument
1388 sljit_s32 local_size, fscratches, fsaveds, i, tmp; emit_stack_frame_release() local
[all...]
H A DsljitNativeMIPS_common.c802 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
810 CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
811 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
813 local_size += GET_SAVED_REGISTERS_SIZE(scratches, saveds - saved_arg_count, 1); in sljit_emit_enter()
816 if ((local_size & SSIZE_OF(sw)) != 0) in sljit_emit_enter()
817 local_size += SSIZE_OF(sw); in sljit_emit_enter()
818 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_emit_enter()
821 local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_emit_enter()
823 local_size in sljit_emit_enter()
800 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_emit_enter() argument
1001 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_set_context() argument
1027 sljit_s32 local_size, i, tmp, offset; emit_stack_frame_release() local
[all...]
H A DsljitNativePPC_common.c752 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
762 CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
763 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
765 local_size += GET_SAVED_REGISTERS_SIZE(scratches, saveds - saved_arg_count, 0) in sljit_emit_enter()
769 local_size += SSIZE_OF(sw); in sljit_emit_enter()
771 local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_emit_enter()
772 compiler->local_size = local_size; in sljit_emit_enter()
777 offset = local_size; in sljit_emit_enter()
750 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_emit_enter() argument
867 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_set_context() argument
888 sljit_s32 local_size = compiler->local_size; emit_stack_frame_release() local
[all...]
H A DsljitNativeRISCV_common.c599 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
605 CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
606 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
608 local_size += GET_SAVED_REGISTERS_SIZE(scratches, saveds - saved_arg_count, 1); in sljit_emit_enter()
611 if ((local_size & SSIZE_OF(sw)) != 0) in sljit_emit_enter()
612 local_size += SSIZE_OF(sw); in sljit_emit_enter()
613 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_emit_enter()
616 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_emit_enter()
618 local_size = (local_size in sljit_emit_enter()
597 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_emit_enter() argument
694 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_set_context() argument
722 sljit_s32 local_size = compiler->local_size; emit_stack_frame_release() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_compute.c151 const unsigned *local_size = variable
158 A6XX_HLSQ_CS_NDRANGE_0_LOCALSIZEX(local_size[0] - 1) |
159 A6XX_HLSQ_CS_NDRANGE_0_LOCALSIZEY(local_size[1] - 1) |
160 A6XX_HLSQ_CS_NDRANGE_0_LOCALSIZEZ(local_size[2] - 1));
162 A6XX_HLSQ_CS_NDRANGE_1_GLOBALSIZE_X(local_size[0] * num_groups[0]));
165 A6XX_HLSQ_CS_NDRANGE_3_GLOBALSIZE_Y(local_size[1] * num_groups[1]));
168 A6XX_HLSQ_CS_NDRANGE_5_GLOBALSIZE_Z(local_size[2] * num_groups[2]));
186 A5XX_CP_EXEC_CS_INDIRECT_3_LOCALSIZEX(local_size[0] - 1) |
187 A5XX_CP_EXEC_CS_INDIRECT_3_LOCALSIZEY(local_size[1] - 1) |
188 A5XX_CP_EXEC_CS_INDIRECT_3_LOCALSIZEZ(local_size[
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_compute.c164 const unsigned *local_size = variable
171 A4XX_HLSQ_CL_NDRANGE_0_LOCALSIZEX(local_size[0] - 1) |
172 A4XX_HLSQ_CL_NDRANGE_0_LOCALSIZEY(local_size[1] - 1) |
173 A4XX_HLSQ_CL_NDRANGE_0_LOCALSIZEZ(local_size[2] - 1));
175 A4XX_HLSQ_CL_NDRANGE_1_SIZE_X(local_size[0] * num_groups[0]));
178 A4XX_HLSQ_CL_NDRANGE_3_SIZE_Y(local_size[1] * num_groups[1]));
181 A4XX_HLSQ_CL_NDRANGE_5_SIZE_Z(local_size[2] * num_groups[2]));
194 A4XX_CP_EXEC_CS_INDIRECT_2_LOCALSIZEX(local_size[0] - 1) |
195 A4XX_CP_EXEC_CS_INDIRECT_2_LOCALSIZEY(local_size[1] - 1) |
196 A4XX_CP_EXEC_CS_INDIRECT_2_LOCALSIZEZ(local_size[
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp487 if (!shader.dxil->metadata.local_size[0]) in run_shader_with_raw_args()
488 conf.local_size[0] = compile_args.x; in run_shader_with_raw_args()
490 conf.local_size[0] = shader.dxil->metadata.local_size[0]; in run_shader_with_raw_args()
492 if (!shader.dxil->metadata.local_size[1]) in run_shader_with_raw_args()
493 conf.local_size[1] = compile_args.y; in run_shader_with_raw_args()
495 conf.local_size[1] = shader.dxil->metadata.local_size[1]; in run_shader_with_raw_args()
497 if (!shader.dxil->metadata.local_size[2]) in run_shader_with_raw_args()
498 conf.local_size[ in run_shader_with_raw_args()
[all...]
H A Dclc_compiler.h87 uint16_t local_size[3]; member
120 uint16_t local_size[3]; member
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_assembler.c57 /* Provide a default local_size in case the shader doesn't set it, so that in ir3_parse_asm()
60 v->local_size[0] = v->local_size[1] = v->local_size[2] = 1; in ir3_parse_asm()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp1097 std::string GenSource(const uvec3& local_size, const uvec3& num_groups) in GenSource() argument
1099 const uvec3 global_size = local_size * num_groups; in GenSource()
1101 ss << NL "layout(local_size_x = " << local_size.x() << ", local_size_y = " << local_size.y() in GenSource()
1102 << ", local_size_z = " << local_size.z() << ") in;" NL "const uvec3 kGlobalSize = uvec3(" << global_size.x() in GenSource()
1137 bool RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) in RunIteration() argument
1141 m_program = CreateComputeProgram(GenSource(local_size, num_groups)); in RunIteration()
1155 local_size.x() * num_groups.x() * local_size.y() * num_groups.y() * local_size in RunIteration()
1285 GenSource(const uvec3& local_size, const uvec3& num_groups) GenSource() argument
1308 RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) RunIteration() argument
1461 GenSource(const uvec3& local_size, const uvec3& num_groups) GenSource() argument
1499 RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) RunIteration() argument
1685 GenSource(const uvec3& local_size, const uvec3& num_groups) GenSource() argument
1701 RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) RunIteration() argument
2030 GenSource(const uvec3& local_size, const uvec3& num_groups) GenSource() argument
2058 RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) RunIteration() argument
3548 GenSource(const uvec3& local_size, const uvec3& num_groups) GenSource() argument
3577 RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) RunIteration() argument
3710 GenSource(const uvec3& local_size) GenSource() argument
3739 RunIteration(const uvec3& local_size, bool dispatch_indirect) RunIteration() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cComputeShaderTests.cpp744 std::string GenSource(const uvec3& local_size, const uvec3& num_groups) in GenSource() argument
746 const uvec3 global_size = local_size * num_groups; in GenSource()
748 ss << NL "layout(local_size_x = " << local_size.x() << ", local_size_y = " << local_size.y() in GenSource()
749 << ", local_size_z = " << local_size.z() << ") in;" NL "const uvec3 kGlobalSize = uvec3(" << global_size.x() in GenSource()
784 bool RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) in RunIteration() argument
788 m_program = CreateComputeProgram(GenSource(local_size, num_groups)); in RunIteration()
811 local_size.x() * num_groups.x() * local_size.y() * num_groups.y() * local_size in RunIteration()
939 GenSource(const uvec3& local_size, const uvec3& num_groups) GenSource() argument
978 RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) RunIteration() argument
1171 GenSource(const uvec3& local_size, const uvec3& num_groups) GenSource() argument
1189 RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) RunIteration() argument
1377 GenSource(const uvec3& local_size, const uvec3& num_groups) GenSource() argument
1393 RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) RunIteration() argument
2004 GenSource(const uvec3& local_size, const uvec3& num_groups) GenSource() argument
2032 RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) RunIteration() argument
3557 GenSource(const uvec3& local_size, const uvec3& num_groups) GenSource() argument
3587 RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) RunIteration() argument
3712 GenSource(const uvec3& local_size) GenSource() argument
3741 RunIteration(const uvec3& local_size, bool dispatch_indirect) RunIteration() argument
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_x86-64_asm.py42 def local_size(registers): function
56 adjust_stack = local_size(registers)
67 adjust_stack = local_size(registers)
/third_party/mesa3d/src/compiler/glsl/
H A Dast_type.cpp423 if (q.flags.q.local_size & (1 << i)) { in merge_qualifier()
424 if (this->local_size[i] in merge_qualifier()
426 this->local_size[i]->merge_qualifier(q.local_size[i]); in merge_qualifier()
428 this->local_size[i] = q.local_size[i]; in merge_qualifier()
659 valid_in_mask.flags.q.local_size = 7; in validate_in_qualifier()
775 if (state->in_qualifier->flags.q.local_size) { in merge_into_in_qualifier()
777 state->in_qualifier->local_size); in merge_into_in_qualifier()
778 state->in_qualifier->flags.q.local_size in merge_into_in_qualifier()
[all...]
H A Dast.h574 unsigned local_size:3; member
759 * flags.q.local_size & (1 << i) is set.
761 ast_layout_expression *local_size[3]; member
1339 ast_layout_expression *const *local_size) in ast_cs_input_layout()
1342 this->local_size[i] = local_size[i]; in ast_cs_input_layout()
1351 ast_layout_expression *local_size[3]; member in ast_cs_input_layout
1338 ast_cs_input_layout(const struct YYLTYPE &locp, ast_layout_expression *const *local_size) ast_cs_input_layout() argument

Completed in 44 milliseconds

1234