Home
last modified time | relevance | path

Searched defs:bindings (Results 1 – 15 of 15) sorted by relevance

/device/generic/goldfish-opengl/system/vulkan_enc/
DDescriptorSetVirtualization.h77 std::vector<VkDescriptorSetLayoutBinding> bindings; member
101 std::vector<VkDescriptorSetLayoutBinding> bindings; member
DDescriptorSetVirtualization.cpp395 …eDescriptorSetAllocation(VkDescriptorPool pool, const std::vector<VkDescriptorSetLayoutBinding>& b… in removeDescriptorSetAllocation()
476 const std::vector<VkDescriptorSetLayoutBinding>& bindings = reified->bindings; in removeDescriptorSetFromPool() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DMemoryProgramCache.cpp58 HashStream &operator<<(HashStream &stream, const ProgramBindings &bindings) in operator <<()
67 HashStream &operator<<(HashStream &stream, const ProgramAliasedBindings &bindings) in operator <<()
DFrameCapture.cpp2280 const gl::TextureBindingVector &bindings = boundTextures[textureType]; in CaptureMidExecutionSetup() local
DvalidationES.cpp772 const auto &bindings = state.getVertexArray()->getVertexBindings(); in ValidateDrawInstancedANGLE() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.cpp249 const auto &bindings = mState.getVertexBindings(); in updateDirtyAttribs() local
299 const auto &bindings = mState.getVertexBindings(); in updateDynamicAttribs() local
DInputLayoutCache.cpp148 const auto &bindings = state.getVertexArray()->getVertexBindings(); in getInputLayout() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp261 const auto &bindings = mState.getVertexBindings(); in handleLineLoopIndirectDraw() local
440 const std::vector<gl::VertexBinding> &bindings = mState.getVertexBindings(); in syncState() local
534 const std::vector<gl::VertexBinding> &bindings = mState.getVertexBindings(); in updateActiveAttribInfo() local
715 const auto &bindings = mState.getVertexBindings(); in updateStreamedAttribs() local
Dvk_cache_utils.cpp2037 vk::DescriptorSetLayoutBindingVector bindings; in getDescriptorSetLayout() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp288 const auto &bindings = mState.getVertexBindings(); in computeStreamingAttributeSizes() local
356 const auto &bindings = mState.getVertexBindings(); in streamAttributes() local
DContextGL.cpp319 const auto &bindings = mState.getVertexArray()->getVertexBindings(); in updateAttributesForBaseInstance() local
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DGLEScontext.cpp1248 VertexAttribBindingVector* bindings = nullptr; in bindIndexedBuffer() local
1280 static void sClearIndexedBufferBinding(GLuint id, std::vector<BufferBinding>& bindings) { in sClearIndexedBufferBinding()
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
Dvulkanhal_unittest.cpp2066 VkDescriptorSetLayoutBinding bindings[] = { in TEST_P() local
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp6222 std::vector<VkDescriptorSetLayoutBinding> bindings; member
6245 std::vector<VkDescriptorSetLayoutBinding> bindings; member
6319 …tAllocationLocked(DescriptorPoolInfo& poolInfo, const std::vector<VkDescriptorSetLayoutBinding>& b… in applyDescriptorSetAllocationLocked()
6330 …tAllocationLocked(DescriptorPoolInfo& poolInfo, const std::vector<VkDescriptorSetLayoutBinding>& b… in removeDescriptorSetAllocationLocked()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp439 static void sClearIndexedBufferBinding(GLuint id, std::vector<GLClientState::BufferBinding>& bindin… in sClearIndexedBufferBinding()