Lines Matching refs:get
196 const VkDescriptorBufferInfo tessLevelsBufferInfo = makeDescriptorBufferInfo(tessLevelsBuffer.get(), 0ull, sizeof(TessLevels));
215 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"), DE_NULL)
216 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc"), DE_NULL)
217 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese"), DE_NULL)
218 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"), DE_NULL)
268 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL);
271 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset);
826 const auto vertModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("vert"));
827 const auto tescModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("tesc"));
828 const auto teseModule0 = createShaderModule(ctx.vkd, ctx.device, binaries.get("tese0"));
829 const auto teseModule1 = createShaderModule(ctx.vkd, ctx.device, binaries.get("tese1"));
830 const auto geomModule = (m_params.geometryShader ? createShaderModule(ctx.vkd, ctx.device, binaries.get("geom")) : Move<VkShaderModule>());
831 const auto fragModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("frag"));
920 ctx.vkd.cmdBindVertexBuffers(*cmdBufferRef, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset);
934 ctx.vkd.cmdBindVertexBuffers(*cmdBufferRes, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset);
998 addFunctionCaseWithPrograms(group.get(), caseName,
1011 addFunctionCaseWithPrograms(group.get(), caseName,
1022 addFunctionCaseWithPrograms(group.get(), caseName, checkSupportCase,