Home
last modified time | relevance | path

Searched refs:get (Results 4501 - 4525 of 14133) sorted by relevance

1...<<181182183184185186187188189190>>...566

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_query.py195 self.assertEqual(dialog.pathvar.get(), result)
390 self.assertEqual(dialog.entry.get(), 'idlelib')
424 Equal(dialog.entry.get(), '__test__')
425 Equal(dialog.path.get(), __file__)
443 self.assertEqual(dialog.entry.get(), 'a b=1')
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGetMemoryCommitment.cpp246 vertexShaderModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert"), 0); in iterate()
247 fragmentShaderModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("frag"), 0); in iterate()
320 image.get(), // VkImage image; in iterate()
413 vkd.getDeviceMemoryCommitment(device, memory.get(), &pCommittedMemoryInBytes); in iterate()
489 vkd.getDeviceMemoryCommitment(device, memory.get(), &pCommittedMemoryInBytes); in isDeviceMemoryCommitmentOk()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp218 const vk::Unique<vk::VkShaderModule> shaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in iterate()
282 vk.cmdBindDescriptorSets(targetCmdBuffer, vk::VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
305 vk.cmdExecuteCommands(*cmdBuffer, 1, &secondaryCmdBuffer.get()); in iterate()
316 vk.cmdExecuteCommands(*cmdBuffer, 1, &secondaryCmdBuffer.get()); in iterate()
327 outputBuffer.get(), in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp168 const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryCollection().get("vert"), 0u)); in draw()
169 const Unique<VkShaderModule> geometryModule (createShaderModule (vk, device, context.getBinaryCollection().get("geom"), 0u)); in draw()
170 const Unique<VkShaderModule> fragmentModule (createShaderModule (vk, device, context.getBinaryCollection().get("frag"), 0u)); in draw()
193 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &offset); in draw()
434 addFunctionCaseWithPrograms(group.get(), caseName.str(), checkSupport, initPrograms, test, params); in createInstancedRenderingTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp290 src << glu::declare(s.get()) << ";\n"; in generateComputeShader()
406 &descriptorSetLayout.get(), // const VkDescriptorSetLayout *pSetLayouts; in iterate()
432 vk::Move<vk::VkShaderModule> shaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("compute"), 0)); in iterate()
463 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
469 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp290 m_colorImage->get(), // VkImage image; in LogicOpTestInstance()
338 m_vertexShaderModule = ShaderWrapper(vk, vkDevice, m_context.getBinaryCollection().get("color_vert"), 0); in LogicOpTestInstance()
339 m_fragmentShaderModule = ShaderWrapper(vk, vkDevice, m_context.getBinaryCollection().get("color_frag"), 0); in LogicOpTestInstance()
435 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate()
448 const auto result = readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, m_colorImage->get(), m_params.format, m_renderSize).release(); in verifyImage()
H A DvktPipelineMultisampleBaseResolve.cpp282 const ShaderWrapper vsModule(ShaderWrapper(deviceInterface, device, m_context.getBinaryCollection().get("vertex_shader"), (VkShaderModuleCreateFlags)0)); in iterate()
283 const ShaderWrapper fsModule(ShaderWrapper(deviceInterface, device, m_context.getBinaryCollection().get("fragment_shader"), (VkShaderModuleCreateFlags)0)); in iterate()
349 deviceInterface.cmdBindVertexBuffers(*commandBuffer, 0u, 1u, &vertexBuffer->get(), &vertexStartOffset); in iterate()
395 deviceInterface.cmdCopyImageToBuffer(*commandBuffer, sourceImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, bufferRS->get(), 1u, &bufferImageCopy); in iterate()
403 bufferRS->get(), in iterate()
H A DvktPipelineStencilExportTests.cpp507 ShaderWrapper vertexModule = ShaderWrapper (vk, device, context.getBinaryCollection().get("vert"), 0); in testStencilExportReplace()
508 ShaderWrapper fragmentColorModule = ShaderWrapper (vk, device, context.getBinaryCollection().get("frag-color"), 0); in testStencilExportReplace()
541 ShaderWrapper fragmentStencilModule = ShaderWrapper(vk, device, context.getBinaryCollection().get(shaderName.str()), 0); in testStencilExportReplace()
642 addFunctionCaseWithPrograms(formatGroup.get(), "op_replace", checkSupport, initPrograms, testStencilExportReplace, params); in createStencilExportTests()
645 addFunctionCaseWithPrograms(formatGroup.get(), "op_replace_early_and_late", checkSupport, initPrograms, testStencilExportReplace, params); in createStencilExportTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryProceduralGeometryTests.cpp120 Move<VkShaderModule> shaderModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp"), 0u); in iterate()
121 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in iterate()
183 vkd.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0, 1, &referenceDescriptorSet.get(), 0, DE_NULL); in iterate()
187 vkd.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0, 1, &resultDescriptorSet.get(), 0, DE_NULL); in iterate()
195 submitCommandsAndWait(vkd, device, queue, m_cmdBuffer.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmIndexingTests.cpp499 noPushConstants, resources, noInterfaces, extensions, vulkanFeatures, structGroup.get()); in addGraphicsIndexingStructTests()
745 addComputeIndexingStructTests(inputGroup.get()); in createIndexingComputeGroup()
746 addComputeIndexingNon16BaseAlignmentTests(inputGroup.get()); in createIndexingComputeGroup()
759 addGraphicsIndexingStructTests(inputGroup.get()); in createIndexingGraphicsGroup()
760 addGraphicsOutputComponentIndexingTests(outputGroup.get()); in createIndexingGraphicsGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsArithmeticTests.cpp524 addFunctionCaseWithPrograms(computeGroup.get(), testName,supportedCheck, initPrograms, test, caseDef); in createSubgroupsArithmeticTests()
546 addFunctionCaseWithPrograms(meshGroup.get(), testName,supportedCheck, initPrograms, test, caseDef); in createSubgroupsArithmeticTests()
564 addFunctionCaseWithPrograms(graphicGroup.get(), name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsArithmeticTests()
582 addFunctionCaseWithPrograms(framebufferGroup.get(), testName,supportedCheck, initFrameBufferPrograms, noSSBOtest, caseDef); in createSubgroupsArithmeticTests()
628 addFunctionCaseWithPrograms(raytracingGroup.get(), name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsArithmeticTests()
H A DvktSubgroupsBallotMasksTests.cpp418 addFunctionCaseWithPrograms(computeGroup.get(), testName,supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotMasksTests()
436 addFunctionCaseWithPrograms(meshGroup.get(), testName + "_" + getShaderStageName(stage), supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotMasksTests()
450 addFunctionCaseWithPrograms(graphicGroup.get(), mask, supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotMasksTests()
463 addFunctionCaseWithPrograms(raytracingGroup.get(), mask, supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotMasksTests()
478 addFunctionCaseWithPrograms(framebufferGroup.get(), testName,supportedCheck, initFrameBufferPrograms, noSSBOtest, caseDef); in createSubgroupsBallotMasksTests()
H A DvktSubgroupsBallotOtherTests.cpp493 addFunctionCaseWithPrograms(computeGroup.get(), testName, supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotOtherTests()
511 addFunctionCaseWithPrograms(meshGroup.get(), testName, supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotOtherTests()
525 addFunctionCaseWithPrograms(graphicGroup.get(), op, supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotOtherTests()
538 addFunctionCaseWithPrograms(raytracingGroup.get(), op, supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotOtherTests()
553 addFunctionCaseWithPrograms(framebufferGroup.get(), testName, supportedCheck, initFrameBufferPrograms, noSSBOtest, caseDef); in createSubgroupsBallotOtherTests()
H A DvktSubgroupsBuiltinMaskVarTests.cpp1407 addFunctionCaseWithPrograms(graphicGroup.get(), name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsBuiltinMaskVarTests()
1420 addFunctionCaseWithPrograms(raytracingGroup.get(), name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsBuiltinMaskVarTests()
1436 addFunctionCaseWithPrograms(computeGroup.get(), testName, supportedCheck, initPrograms, test, caseDef); in createSubgroupsBuiltinMaskVarTests()
1454 addFunctionCaseWithPrograms(meshGroup.get(), testName, supportedCheck, initPrograms, test, caseDef); in createSubgroupsBuiltinMaskVarTests()
1470 addFunctionCaseWithPrograms(framebufferGroup.get(), testName, supportedCheck, initFrameBufferPrograms, noSSBOtest, caseDef); in createSubgroupsBuiltinMaskVarTests()
H A DvktSubgroupsClusteredTests.cpp447 addFunctionCaseWithPrograms(computeGroup.get(), testName,supportedCheck, initPrograms, test, caseDef); in createSubgroupsClusteredTests()
468 addFunctionCaseWithPrograms(meshGroup.get(), testName,supportedCheck, initPrograms, test, caseDef); in createSubgroupsClusteredTests()
485 addFunctionCaseWithPrograms(graphicGroup.get(), name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsClusteredTests()
502 addFunctionCaseWithPrograms(framebufferGroup.get(), testName,supportedCheck, initFrameBufferPrograms, noSSBOtest, caseDef); in createSubgroupsClusteredTests()
546 addFunctionCaseWithPrograms(raytracingGroup.get(), name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsClusteredTests()
H A DvktSubgroupsQuadTests.cpp461 addFunctionCaseWithPrograms(computeGroup.get(), testName,supportedCheck, initPrograms, test, caseDef); in createSubgroupsQuadTests()
483 addFunctionCaseWithPrograms(meshGroup.get(), testName,supportedCheck, initPrograms, test, caseDef); in createSubgroupsQuadTests()
500 addFunctionCaseWithPrograms(graphicGroup.get(), name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsQuadTests()
517 addFunctionCaseWithPrograms(framebufferGroup.get(), testName,supportedCheck, initFrameBufferPrograms, noSSBOtest, caseDef); in createSubgroupsQuadTests()
547 addFunctionCaseWithPrograms(raytracingGroup.get(), testName,supportedCheck, initPrograms, test, caseDef); in createSubgroupsQuadTests()
H A DvktSubgroupsShapeTests.cpp430 addFunctionCaseWithPrograms(computeGroup.get(), testName,supportedCheck, initPrograms, test, caseDef); in createSubgroupsShapeTests()
448 addFunctionCaseWithPrograms(meshGroup.get(), testName,supportedCheck, initPrograms, test, caseDef); in createSubgroupsShapeTests()
462 addFunctionCaseWithPrograms(graphicGroup.get(), op, supportedCheck, initPrograms, test, caseDef); in createSubgroupsShapeTests()
475 addFunctionCaseWithPrograms(raytracingGroup.get(), op, supportedCheck, initPrograms, test, caseDef); in createSubgroupsShapeTests()
490 addFunctionCaseWithPrograms(framebufferGroup.get(), testName,supportedCheck, initFrameBufferPrograms, noSSBOtest, caseDef); in createSubgroupsShapeTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp384 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"), DE_NULL) in test()
385 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc"), DE_NULL) in test()
386 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese"), DE_NULL) in test()
387 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"), DE_NULL) in test()
493 addFunctionCaseWithPrograms(group.get(), getCaseName(primitiveType, spacingMode, caseType), initPrograms, test, caseDef); in createCommonEdgeTests()
H A DvktTessellationGeometryGridRenderTests.cpp614 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("vert"), DE_NULL) in iterate()
615 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, m_context.getBinaryCollection().get("frag"), DE_NULL) in iterate()
616 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_context.getBinaryCollection().get("tesc"), DE_NULL) in iterate()
617 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get("tese"), DE_NULL) in iterate()
618 .setShader (vk, device, VK_SHADER_STAGE_GEOMETRY_BIT, m_context.getBinaryCollection().get("geom"), DE_NULL) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiGetMemoryCommitment.cpp247 vertexShaderModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert"), 0); in iterate()
248 fragmentShaderModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("frag"), 0); in iterate()
321 image.get(), // VkImage image; in iterate()
415 vkd.getDeviceMemoryCommitment(device, memory.get(), &pCommittedMemoryInBytes); in iterate()
491 vkd.getDeviceMemoryCommitment(device, memory.get(), &pCommittedMemoryInBytes); in isDeviceMemoryCommitmentOk()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp220 const vk::Unique<vk::VkShaderModule> shaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in iterate()
284 vk.cmdBindDescriptorSets(targetCmdBuffer, vk::VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
307 vk.cmdExecuteCommands(*cmdBuffer, 1, &secondaryCmdBuffer.get()); in iterate()
318 vk.cmdExecuteCommands(*cmdBuffer, 1, &secondaryCmdBuffer.get()); in iterate()
329 outputBuffer.get(), in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp168 const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryCollection().get("vert"), 0u)); in draw()
169 const Unique<VkShaderModule> geometryModule (createShaderModule (vk, device, context.getBinaryCollection().get("geom"), 0u)); in draw()
170 const Unique<VkShaderModule> fragmentModule (createShaderModule (vk, device, context.getBinaryCollection().get("frag"), 0u)); in draw()
193 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &offset); in draw()
434 addFunctionCaseWithPrograms(group.get(), caseName.str(), "", checkSupport, initPrograms, test, params); in createInstancedRenderingTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp290 src << glu::declare(s.get()) << ";\n"; in generateComputeShader()
406 &descriptorSetLayout.get(), // const VkDescriptorSetLayout *pSetLayouts; in iterate()
432 vk::Move<vk::VkShaderModule> shaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("compute"), 0)); in iterate()
463 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
469 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable.cpp198 int id = variable.uniqueId().get(); in getOrCreateVariableMetadata()
222 int id = variable.uniqueId().get(); in isStaticallyUsed()
241 int id = variable.uniqueId().get(); in isVaryingInvariant()
466 const TSymbol *SymbolRule::get(ShShaderSpec shaderSpec,
502 rules[ruleIndex].get(shaderSpec, shaderVersion, shaderType, resources, symbolTable);
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_image_test.cc214 auto* buffer = buffers[0].get(); in TEST_F()
238 auto* buffer = buffers[0].get(); in TEST_F()
262 auto* buffer = buffers[0].get(); in TEST_F()
303 auto* buffer = buffers[0].get(); in TEST_F()
333 auto* buffer = buffers[0].get(); in TEST_F()

Completed in 28 milliseconds

1...<<181182183184185186187188189190>>...566