Lines Matching refs:get

284 		return m_singletonDevice->m_logicalDevice.get();
297 return *(m_singletonDevice->m_deviceDriver.get());
629 .addSingleSamplerBinding(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_SHADER_STAGE_FRAGMENT_BIT, &wd.defaultSampler.get())
804 const ShaderWrapper vertexModuleDraw (ShaderWrapper(vk, device, context.getBinaryCollection().get("vert"), 0u));
805 const ShaderWrapper fragmentModuleDraw (ShaderWrapper(vk, device, context.getBinaryCollection().get("frag"), 0u));
846 const ShaderWrapper vertexModuleSample (ShaderWrapper(vk, device, context.getBinaryCollection().get("vert_full"), 0u));
847 const ShaderWrapper fragmentModuleSample (ShaderWrapper(vk, device, context.getBinaryCollection().get("frag_fmask_fetch"), 0u));
891 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL);
895 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &wd.vertexBuffer.get(), &vertexBufferOffset);
1018 const ShaderWrapper vertexModuleDraw (ShaderWrapper(vk, device, context.getBinaryCollection().get("vert"), 0u));
1019 const ShaderWrapper fragmentModuleDraw (ShaderWrapper(vk, device, context.getBinaryCollection().get("frag"), 0u));
1122 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &wd.vertexBuffer.get(), &vertexBufferOffset);
1150 .addSingleSamplerBinding(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_SHADER_STAGE_COMPUTE_BIT, &wd.defaultSampler.get())
1176 const Unique<VkShaderModule> shaderModule (createShaderModule(vk, device, context.getBinaryCollection().get(shaderName), 0u));
1186 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL);
1382 addFunctionCaseWithPrograms(sourceGroup.get(), getFormatShortString(*pColorFormat), checkRequirements, initPrograms, test, params);