Searched refs:constantCount (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.hpp | 109 …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/ |
D | vkrenderframework.h | 199 VkConstantBufferObj(VkDeviceObj *device, int constantCount, int constantSize, const void *data,
|
D | vkrenderframework.cpp | 909 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/ |
D | CGClass.cpp | 1949 llvm::ConstantInt *constantCount in EmitCXXAggrConstructorCall() local 1951 if (constantCount) { in EmitCXXAggrConstructorCall() 1953 if (constantCount->isZero()) return; in EmitCXXAggrConstructorCall()
|