Home
last modified time | relevance | path

Searched refs:constantBufferOffset (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/inc/common/Compiler/API/
H A DShaderTypes.h256 unsigned int constantBufferOffset; // Offset for interface jump table in CB member
H A Dusc_gen7_types.h305 unsigned short constantBufferOffset : 8; // bits 15:8 member
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/
H A DShaderDecl.h782 const unsigned int constantBufferOffset,
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.cpp1862 … uint32_t constantBufferOffset = alignUp(samplerHeapOffset + samplerHeapSize, sizeof(void *)); in createReflectionSurface() local
1884 constantBufferOffset, in createReflectionSurface()
1897 … void *pDst = ptrOffset(kernelReflectionSurface->getUnderlyingBuffer(), constantBufferOffset); in createReflectionSurface()
2186 … uint32_t constantBufferOffset, uint32_t samplerParamsOffset, in setKernelAddressData() argument
2195 kernelAddressData->m_ConstantBufferOffset = constantBufferOffset; in setKernelAddressData()
H A Dkernel.h460 … uint32_t constantBufferOffset, uint32_t samplerParamsOffset,
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/OCL/Patch/
H A Dpatch_parser.cpp1269 pTable[i].GatherEntry.Fields.constantBufferOffset ); in DebugPatchList()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCShader.cpp576 entry.GatherEntry.Fields.constantBufferOffset = cstOffset % 256; in CreateGatherMap()