Home
last modified time | relevance | path

Searched refs:IGIL_KernelCurbeParams (Results 1 – 5 of 5) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_reflection_surface_tests.cpp97 std::vector<IGIL_KernelCurbeParams> curbeParams; in TEST_P()
174 std::vector<IGIL_KernelCurbeParams> curbeParams; in HWTEST_P()
216 std::vector<IGIL_KernelCurbeParams> curbeParams; in HWTEST_P()
254 std::vector<IGIL_KernelCurbeParams> curbeParams; in TEST_P()
297 std::vector<IGIL_KernelCurbeParams> curbeParams; in TEST_P()
331 std::vector<IGIL_KernelCurbeParams> curbeParams; in TEST_P()
354 std::vector<IGIL_KernelCurbeParams> curbeParams; in TEST_P()
381 std::vector<IGIL_KernelCurbeParams> curbeParams; in TEST_P()
734 std::vector<IGIL_KernelCurbeParams> curbeParams; in TEST_P()
797 std::vector<IGIL_KernelCurbeParams> curbeParams; in TEST_P()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_shared/device_enqueue/
H A DDeviceEnqueueInternalTypes.h192 } IGIL_KernelCurbeParams; typedef
222 IGIL_KernelCurbeParams m_data[1]; //IGIL_KernelCurbeParams
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.h453 std::vector<IGIL_KernelCurbeParams> &curbeParamsIn,
464 static void getCurbeParams(std::vector<IGIL_KernelCurbeParams> &curbeParamsOut,
468 … static bool compareFunction(IGIL_KernelCurbeParams argFirst, IGIL_KernelCurbeParams argSecond) { in compareFunction()
H A Dkernel.cpp1807 …std::vector<IGIL_KernelCurbeParams> *curbeParamsForBlocks = new std::vector<IGIL_KernelCurbeParams in createReflectionSurface()
1832 …tsFromKernelData[i] = offsetof(IGIL_KernelData, m_data) + sizeof(IGIL_KernelCurbeParams) * firstSS… in createReflectionSurface()
1834 …kernelReflectionSize += alignUp(sizeof(IGIL_KernelData) + sizeof(IGIL_KernelCurbeParams) * curbePa… in createReflectionSurface()
2022 …curbeParamsOut.emplace_back(IGIL_KernelCurbeParams{parameterType + 50, sizeof(uint32_t), offset, s… in getCurbeParams()
2059 …curbeParamsOut.emplace_back(IGIL_KernelCurbeParams{parameterType + 100, sizeof(uint32_t), offset, … in getCurbeParams()
2078 …curbeParamsOut.emplace_back(IGIL_KernelCurbeParams{1024, sizeOfKernelArgForSSH, bindingTableIndex,… in getCurbeParams()
2091 …curbeParamsOut.emplace_back(IGIL_KernelCurbeParams{parameterType, paramSize, offset, static_cast<u… in getCurbeParams()
2106 … curbeParamsOut.emplace_back(IGIL_KernelCurbeParams{parameterType, sizeof(uint32_t), offset, 0}); in getCurbeParams()
2120 … std::vector<IGIL_KernelCurbeParams> &curbeParamsIn, uint64_t tokenMaskIn, in setKernelData()
2162 IGIL_KernelCurbeParams *kernelCurbeParams = kernelData->m_data; in setKernelData()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/scheduler/
H A Dscheduler.cl1038 int PatchDSH1Token( int currentIndex, uint tokenType, __global IGIL_KernelCurbeParams* pKernelCurbe…
1058 int PatchLocalMemEntities( int currentIndex, uint tokenType, __global IGIL_KernelCurbeParams* pKern…
1121 int PatchDSH1TokenParallel20( int currentIndex, uint tokenType, __global IGIL_KernelCurbeParams* pK…
1138 int PatchDSH6TokensParallel20( int currentIndex, uint tokenType, __global IGIL_KernelCurbeParams* p…
1181 int PatchLocalWorkSizes( int currentIndex, uint tokenType, __global IGIL_KernelCurbeParams* pKernel…
1236 int PatchLocalWorkSizesParallel( int currentIndex, uint tokenType, __global IGIL_KernelCurbeParams*…
1265 int PatchDSH6Tokens( int currentIndex, uint tokenType, __global IGIL_KernelCurbeParams* pKernelCurb…
1581 …__global IGIL_KernelCurbeParams* pKernelCurbeParams = ( __global IGIL_KernelCurbeParams* )&pBlockD…
1907 …__global IGIL_KernelCurbeParams* pKernelCurbeParams = ( __global IGIL_KernelCurbeParams* )&pBlockD…
1919 …__global IGIL_KernelCurbeParams* pSSHdata = ( __global IGIL_KernelCurbeParams* )&pKerne…