Home
last modified time | relevance | path

Searched refs:constantCount (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp109 …derConstant(unsigned long startRegister, void *constantData, unsigned long constantCount) override;
118 …derConstant(unsigned long startRegister, void *constantData, unsigned long constantCount) override;
139 …stant(unsigned long startRegister, const void *constantData, unsigned long constantCount) override;
147 …stant(unsigned long startRegister, const void *constantData, unsigned long constantCount) override;
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h199 VkConstantBufferObj(VkDeviceObj *device, int constantCount, int constantSize, const void *data,
Dvkrenderframework.cpp909 VkConstantBufferObj::VkConstantBufferObj(VkDeviceObj *device, int constantCount, int constantSize, … in VkConstantBufferObj() argument
915 m_numVertices = constantCount; in VkConstantBufferObj()
919 const VkDeviceSize allocationSize = static_cast<VkDeviceSize>(constantCount * constantSize); in VkConstantBufferObj()
/external/clang/lib/CodeGen/
DCGClass.cpp1949 llvm::ConstantInt *constantCount in EmitCXXAggrConstructorCall() local
1951 if (constantCount) { in EmitCXXAggrConstructorCall()
1953 if (constantCount->isZero()) return; in EmitCXXAggrConstructorCall()