Searched refs:mDesc (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/ |
D | CLImage.cpp | 53 copyValue = &mDesc.rowPitch; in getInfo() 54 copySize = sizeof(mDesc.rowPitch); in getInfo() 57 copyValue = &mDesc.slicePitch; in getInfo() 58 copySize = sizeof(mDesc.slicePitch); in getInfo() 61 copyValue = &mDesc.width; in getInfo() 62 copySize = sizeof(mDesc.width); in getInfo() 65 copyValue = &mDesc.height; in getInfo() 66 copySize = sizeof(mDesc.height); in getInfo() 69 copyValue = &mDesc.depth; in getInfo() 70 copySize = sizeof(mDesc.depth); in getInfo() [all …]
|
D | CLImage.h | 53 const ImageDescriptor mDesc; variable 65 return mDesc.type; in getType() 75 return mDesc; in getDescriptor() 85 return GetElementSize(mFormat) * mDesc.width; in getRowSize() 90 return GetElementSize(mFormat) * mDesc.width * mDesc.height; in getSliceSize()
|
/external/javassist/src/main/javassist/ |
D | CtPrimitiveType.java | 33 String methodName, String mDesc, int opcode, int atype, in CtPrimitiveType() argument 39 mDescriptor = mDesc; in CtPrimitiveType()
|
D | CtField.java | 1164 String mDesc = getDescriptor() + typeDesc; in compile() local 1165 code.addInvokestatic(objectType, methodName, mDesc); in compile()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.h | 1272 const RenderPassDesc &getRenderPassDesc() const { return mDesc.getRenderPassDesc(); } in getRenderPassDesc() 1293 GraphicsPipelineDesc mDesc; variable 1669 DescriptorSetDesc mDesc; member 1695 const DescriptorSetDesc &getDesc() const { return mDesc; } in getDesc() 1699 mDesc.resize(descriptorCount); in resize() 1798 DescriptorSetDesc mDesc; variable
|
D | vk_cache_utils.cpp | 2615 descAndPool.mPool->releaseCachedDescriptorSet(contextVk, descAndPool.mDesc); in ReleaseCachedObject() 2627 descAndPool.mPool->destroyCachedDescriptorSet(renderer, descAndPool.mDesc); in DestroyCachedObject() 4626 mDesc(desc), in CreateMonolithicPipelineTask() 4643 mResult = mDesc.initializePipeline(this, &mPipelineCache, vk::GraphicsPipelineSubset::Complete, in operator ()() 5755 : mDesc(other.mDesc), mHandles(other.mHandles), mDynamicOffsets(other.mDynamicOffsets) in DescriptorSetDescBuilder() 5760 mDesc = other.mDesc; in operator =() 5772 DescriptorInfoDesc &infoDesc = mDesc.getInfoDesc(infoIndex); in updateUniformBuffer() 5802 DescriptorInfoDesc &infoDesc = mDesc.getInfoDesc(infoIndex); in updateTransformFeedbackBuffer() 5969 DescriptorInfoDesc &infoDesc = mDesc.getInfoDesc(infoIndex); in updateFullActiveTextures() 6043 DescriptorInfoDesc &emptyDesc = mDesc.getInfoDesc(infoDescIndex); in setEmptyBuffer() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | GattClientFacade.java | 1983 for (BluetoothGattDescriptor mDesc : service.getCharacteristic( in gattClientGetDiscoveredDescriptorUuids() 1985 uuidList.add(mDesc.getUuid().toString()); in gattClientGetDiscoveredDescriptorUuids() 2032 for (BluetoothGattDescriptor mDesc : descList) { in gattClientGetDiscoveredDescriptorUuidsByIndex() 2033 uuidList.add(mDesc.getUuid().toString()); in gattClientGetDiscoveredDescriptorUuidsByIndex()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.h | 289 D3D11_BLEND_DESC mDesc;
|
D | renderer11_utils.cpp | 2483 : mDesc(desc), mDebugName(debugName) in LazyBlendState() 2488 return resolveImpl(context, renderer, mDesc, nullptr, mDebugName); in resolve()
|