Home
last modified time | relevance | path

Searched refs:qIndex (Results 1 – 25 of 33) sorted by relevance

12

/external/skia/src/pathops/
DSkDQuadLineIntersection.cpp287 for (int qIndex = 0; qIndex < 3; qIndex += 2) { in addExactEndPoints() local
288 double lineT = fLine->exactPoint(fQuad[qIndex]); in addExactEndPoints()
292 double quadT = (double) (qIndex >> 1); in addExactEndPoints()
293 fIntersections->insert(quadT, lineT, fQuad[qIndex]); in addExactEndPoints()
298 for (int qIndex = 0; qIndex < 3; qIndex += 2) { in addNearEndPoints() local
299 double quadT = (double) (qIndex >> 1); in addNearEndPoints()
303 double lineT = fLine->nearPoint(fQuad[qIndex], nullptr); in addNearEndPoints()
307 fIntersections->insert(quadT, lineT, fQuad[qIndex]); in addNearEndPoints()
328 for (int qIndex = 0; qIndex < 3; qIndex += 2) { in addExactHorizontalEndPoints() local
329 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y); in addExactHorizontalEndPoints()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingMutableTests.cpp603 … const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, bo… in Resource()
645 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in Resource()
664 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in Resource()
817 …(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, de… in getStoredValue()
825 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in getStoredValue()
960 const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue,
1083 const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, in createResources() argument
1089 resources.emplace_back(descriptorType, vkd, device, alloc, qIndex, queue, useAABBs, baseValue); in createResources()
1408 const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, in createResources() argument
1416 …auto resourceVec = bindings[i].createResources(vkd, device, alloc, qIndex, queue, iteration, useAA… in createResources()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryNonUniformArgsTests.cpp178 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
211 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
DvktRayQueryBarycentricCoordinatesTests.cpp188 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
193 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
DvktRayQueryDirectionTests.cpp332 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
342 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
DvktRayQueryOpacityMicromapTests.cpp505 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
509 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
DvktRayQueryMiscTests.cpp195 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
229 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalIgnoreTests.cpp135 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
211 …st auto commandPool = createCommandPool(vkd, device, VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, qIndex); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSmokeTests.cpp383 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
491 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
929 const auto qIndex = context.getUniversalQueueFamilyIndex(); in testFullscreenGradient() local
1003 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in testFullscreenGradient()
DvktMeshShaderSmokeTestsEXT.cpp489 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
602 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
808 const auto qIndex = context.getUniversalQueueFamilyIndex(); in testFullscreenGradient() local
885 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in testFullscreenGradient()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMiscTests.cpp275 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
367 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
1146 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in runTest() local
1165 &qIndex, // const deUint32* pQueueFamilyIndices; in runTest()
1234 …auto commandPool = createCommandPool(vkd, device, vk::VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, qIndex in runTest()
DvktPipelineBindPointTests.cpp401 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
458 &qIndex, // const deUint32* pQueueFamilyIndices; in iterate()
468 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
783 …const auto textureLevel = readColorAttachment(vkd, device, queue, qIndex, alloc, colorAttachment-… in iterate()
DvktPipelineDynamicControlPoints.cpp263 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
378 …auto commandPool = createCommandPool(vkd, device, vk::VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, qIndex in iterate()
DvktPipelineSamplerBorderSwizzleTests.cpp712 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
943 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
988 …const auto colorAttachmentLevel = readColorAttachment(vkd, device, queue, qIndex, alloc, colorAtta… in iterate()
DvktPipelineNoPositionTests.cpp382 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
620 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp850 const auto qIndex = devHelper.getQueueFamilyIndex(); in iterateTransfer() local
854 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterateTransfer()
940 const auto qIndex = devHelper.getQueueFamilyIndex(); in iterateCompute() local
944 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterateCompute()
DvktDynamicStateRSTests.cpp936 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
977 const auto colorBuffer = Image::createAndAlloc(vkd, device, colorBufferInfo, alloc, qIndex); in iterate()
998 const auto depthBuffer = Image::createAndAlloc(vkd, device, depthBufferInfo, alloc, qIndex); in iterate()
1110 const auto cmdPool = vk::makeCommandPool(vkd, device, qIndex); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBarycentricCoordinatesTests.cpp229 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
234 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
DvktRayTracingNonUniformArgsTests.cpp249 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
282 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
DvktRayTracingDirectionTests.cpp413 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
423 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
DvktRayTracingOpacityMicromapTests.cpp327 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
332 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp144 auto qIndex = m_context.getUniversalQueueFamilyIndex(); in InvertedDepthRangesTestInstance() local
169 m_colorTargetImage = Image::createAndAlloc(vk, device, targetImageCreateInfo, alloc, qIndex); in InvertedDepthRangesTestInstance()
181 m_depthTargetImage = Image::createAndAlloc(vk, device, depthTargetImageCreateInfo, alloc, qIndex); in InvertedDepthRangesTestInstance()
DvktDrawMultiExtTests.cpp801 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
1004 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp1325 const auto qIndex = context.getUniversalQueueFamilyIndex(); in destroyEarlyTest() local
1427 const auto cmdPool = vk::makeCommandPool(vkd, device, qIndex); in destroyEarlyTest()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp536 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
1003 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()

12