/third_party/mesa3d/src/intel/compiler/ |
H A D | test_simd_selection.cpp | 71 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 D | brw_simd_selection.c | 66 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 D | intel_clc.c | 158 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 D | fd5_compute.c | 145 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 D | ir3_asm.c | 41 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 D | a4xx.c | 287 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 D | a6xx.c | 413 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 D | main.c | 259 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 D | sljitNativeX86_32.c | 264 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 D | sljitNativeX86_64.c | 375 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 D | sljitNativeARM_64.c | 972 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 D | sljitNativeARM_T2_32.c | 1139 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 D | sljitNativeMIPS_common.c | 802 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 D | sljitNativePPC_common.c | 752 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 D | sljitNativeRISCV_common.c | 599 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 D | fd6_compute.c | 151 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 D | fd4_compute.c | 164 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 D | compute_test.cpp | 487 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 D | clc_compiler.h | 87 uint16_t local_size[3]; member 120 uint16_t local_size[3]; member
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_assembler.c | 57 /* 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 D | es31cComputeShaderTests.cpp | 1097 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 D | gl4cComputeShaderTests.cpp | 744 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 D | gl_x86-64_asm.py | 42 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 D | ast_type.cpp | 423 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 D | ast.h | 574 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
|