Home
last modified time | relevance | path

Searched refs:kernels (Results 1 – 25 of 116) sorted by relevance

12345

/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp141 for (auto &iter : kernels) { in parseEntryPoint()
150 kernels.push_back(SPIRVKernelInfo(funcId, name)); in parseEntryPoint()
163 for (auto &kernel : kernels) { in parseFunction()
204 for (auto &kernel : kernels) { in parseName()
244 for (auto &kernel : kernels) { in parseTypePointer()
282 for (auto &kernel : kernels) { in parseOpString()
345 for (auto &kernel : kernels) { in applyDecoration()
442 for (auto &kernel : kernels) { in parseOpTypeImage()
457 for (auto& kernel : kernels) { in parseExecutionMode()
656 std::vector<SPIRVKernelInfo> kernels; member in SPIRVKernelParser
[all …]
Dclc.c53 const struct clc_kernel_arg *args = obj->kernels[i].args; in clc_print_kernels_info()
56 fprintf(stdout, "\tvoid %s(", obj->kernels[i].name); in clc_print_kernels_info()
57 for (unsigned j = 0; j < obj->kernels[i].num_args; j++) { in clc_print_kernels_info()
283 &out_data->kernels, in clc_parse_spirv()
298 clc_free_kernels_info(data->kernels, data->num_kernels); in clc_free_parsed_spirv()
Dclc_helpers.h46 const struct clc_kernel_info **kernels,
53 clc_free_kernels_info(const struct clc_kernel_info *kernels,
Dclc.h169 const struct clc_kernel_info *kernels; member
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler_test.cpp1693 EXPECT_EQ(shader.metadata->kernels[0].vec_hint_size, 4); in TEST_F()
1694 EXPECT_EQ(shader.metadata->kernels[0].vec_hint_type, CLC_VEC_HINT_TYPE_FLOAT); in TEST_F()
1705 EXPECT_EQ(shader.metadata->kernels[0].vec_hint_size, 2); in TEST_F()
1706 EXPECT_EQ(shader.metadata->kernels[0].vec_hint_type, CLC_VEC_HINT_TYPE_CHAR); in TEST_F()
1717 EXPECT_EQ(shader.metadata->kernels[0].vec_hint_size, 0); in TEST_F()
2325 EXPECT_EQ(shader.metadata->kernels[0].args[0].address_qualifier, CLC_KERNEL_ARG_ADDRESS_GLOBAL); in TEST_F()
2326 EXPECT_EQ(shader.metadata->kernels[0].args[0].type_qualifier, 0); in TEST_F()
2327 EXPECT_EQ(shader.metadata->kernels[0].args[1].address_qualifier, CLC_KERNEL_ARG_ADDRESS_GLOBAL); in TEST_F()
2328 EXPECT_EQ(shader.metadata->kernels[0].args[1].type_qualifier, CLC_KERNEL_ARG_TYPE_VOLATILE); in TEST_F()
2329 EXPECT_EQ(shader.metadata->kernels[0].args[2].address_qualifier, CLC_KERNEL_ARG_ADDRESS_GLOBAL); in TEST_F()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLProgram.cpp160 cl_int Program::createKernels(cl_uint numKernels, cl_kernel *kernels, cl_uint *numKernelsRet) in createKernels() argument
162 if (kernels == nullptr) in createKernels()
183 *kernels++ = kernel.release(); in createKernels()
DCLProgram.h53 cl_int createKernels(cl_uint numKernels, cl_kernel *kernels, cl_uint *numKernelsRet);
/third_party/ltp/testcases/kernel/device-drivers/acpi/
DREADME5 …These tests are currently ONLY supported on the 2.5 kernels. 2.4 kernels probably won't even build…
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.1.rst6 This bugfix release fixes a Sparse assertion which recent Linux kernels started
/third_party/ltp/runtest/
Dcrashme15 # and kernels prior to 2.4.19, this can hang the system by using up all pids
Dltp-aio-stress.part215 # -O Use O_DIRECT (not available in 2.4 kernels),
/third_party/ntfs-3g/
DTODO.ntfsprogs15 - Correct the odd last partition sector not being accessible under 2.4 kernels
17 kernels and they can't cope with partial sectors).
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/
DREADME8 This test can cause a kernel panic due to a bug in kernels prior to 3.8.
/third_party/mesa3d/docs/ci/
DLAVA.rst5 of boards including deploying custom bootloaders and kernels. This is
7 kernels for UAPI changes (and this lets us do full testing of a new
Dkernel.rst18 as the base for newer kernels.
104 Bare-metal custom kernels
/third_party/cmsis/CMSIS/DSP/Source/
DCMakeLists.txt18 option(DISABLEFLOAT16 "Disable building float16 kernels" OFF)
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp151 std::unordered_map<SpvId, std::string> kernels; in create_binary_from_spirv() local
194 kernels.emplace(get<SpvId>(inst, 2), in create_binary_from_spirv()
434 const auto kernels_iter = kernels.find(id); in create_binary_from_spirv()
435 if (kernels_iter != kernels.end()) in create_binary_from_spirv()
/third_party/libfuse/doc/
DREADME.NFS1 NFS exporting is supported in Linux kernels 2.6.27 or later.
/third_party/libinput/doc/user/
Dabsolute-coordinate-ranges.rst23 This discrepancy between the coordinate range the kernels advertises vs.
94 If there are discrepancies between the coordinate range the kernels
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-input-internal-mic-always.conf17 ; 'Int Mic' and 'Int Mic Boost' are for compatibility with kernels < 2.6.38
Danalog-input-internal-mic.conf17 ; 'Int Mic' and 'Int Mic Boost' are for compatibility with kernels < 2.6.38
/third_party/mesa3d/docs/relnotes/
D21.1.8.rst45 - drm-shim: Support kernels with >4k pages
/third_party/ltp/doc/
Dnamespaces-helper-tools.txt26 namespaces even on older kernels which do not provide tooling (i.e. unshare(1)
/third_party/mesa3d/src/intel/compiler/
Dintel_clc.c508 if (strcmp(parsed_spirv_data.kernels[i].name, entry_point) == 0) { in main()
509 kernel_info = &parsed_spirv_data.kernels[i]; in main()
/third_party/FreeBSD/
DREADME.md13 …reebsd.org/en/books/handbook/cutting-edge/#makeworld), and [Handbook for kernels](https://docs.fre…

12345