Searched refs:setHandles (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/ |
D | union_definition.tmpl | 90 {{union.name}}.prototype.setHandles = function() {
|
D | struct_definition.tmpl | 66 {{struct.name}}.prototype.setHandles = function() {
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 2772 std::vector<vk::VkDescriptorSet> setHandles; in testResourceAccess() local 2788 setHandles.push_back(**descriptorSets.back()); in testResourceAccess() 2837 m_descriptorSetCount, &setHandles.front(), in testResourceAccess() 4993 std::vector<vk::VkDescriptorSet> setHandles; in testResourceAccess() local 5004 setHandles.push_back(**descriptorSets.back()); in testResourceAccess() 5031 m_descriptorSetCount, &setHandles.front(), in testResourceAccess() 6260 std::vector<vk::VkDescriptorSet> setHandles; in writeDrawCmdBuffer() local 6262 setHandles.push_back(**m_descriptorSets[setNdx]); in writeDrawCmdBuffer() 6269 …_PIPELINE_BIND_POINT_GRAPHICS, getPipelineLayout(), 0u, (int)setHandles.size(), &setHandles.front(… in writeDrawCmdBuffer() 6277 …ELINE_BIND_POINT_GRAPHICS, getPipelineLayout(), descriptorSetNdx, 1u, &setHandles[setNdx], 0u, DE_… in writeDrawCmdBuffer() [all …]
|