/third_party/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 279 for (int qIndex = 0; qIndex < 3; qIndex += 2) { in addExactEndPoints() local 280 double lineT = fLine->exactPoint(fQuad[qIndex]); in addExactEndPoints() 284 double quadT = (double) (qIndex >> 1); in addExactEndPoints() 285 fIntersections->insert(quadT, lineT, fQuad[qIndex]); in addExactEndPoints() 290 for (int qIndex = 0; qIndex < 3; qIndex += 2) { in addNearEndPoints() local 291 double quadT = (double) (qIndex >> 1); in addNearEndPoints() 295 double lineT = fLine->nearPoint(fQuad[qIndex], nullptr); in addNearEndPoints() 299 fIntersections->insert(quadT, lineT, fQuad[qIndex]); in addNearEndPoints() 320 for (int qIndex = 0; qIndex < 3; qIndex += 2) { in addExactHorizontalEndPoints() local 321 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y); in addExactHorizontalEndPoints() [all …]
|
/third_party/flutter/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 279 for (int qIndex = 0; qIndex < 3; qIndex += 2) { in addExactEndPoints() local 280 double lineT = fLine->exactPoint(fQuad[qIndex]); in addExactEndPoints() 284 double quadT = (double) (qIndex >> 1); in addExactEndPoints() 285 fIntersections->insert(quadT, lineT, fQuad[qIndex]); in addExactEndPoints() 290 for (int qIndex = 0; qIndex < 3; qIndex += 2) { in addNearEndPoints() local 291 double quadT = (double) (qIndex >> 1); in addNearEndPoints() 295 double lineT = fLine->nearPoint(fQuad[qIndex], nullptr); in addNearEndPoints() 299 fIntersections->insert(quadT, lineT, fQuad[qIndex]); in addNearEndPoints() 320 for (int qIndex = 0; qIndex < 3; qIndex += 2) { in addExactHorizontalEndPoints() local 321 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y); in addExactHorizontalEndPoints() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingValveMutableTests.cpp | 523 … const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, bo… in Resource() 565 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in Resource() 584 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in Resource() 737 …(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, de… in getStoredValue() 745 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in getStoredValue() 878 const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, 1001 const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, in createResources() argument 1007 resources.emplace_back(descriptorType, vkd, device, alloc, qIndex, queue, useAABBs, baseValue); in createResources() 1326 const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, in createResources() argument 1334 …auto resourceVec = bindings[i].createResources(vkd, device, alloc, qIndex, queue, iteration, useAA… in createResources() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryMiscTests.cpp | 190 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 224 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
|
D | vktRayQueryNonUniformArgsTests.cpp | 178 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 211 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
|
D | vktRayQueryBarycentricCoordinatesTests.cpp | 188 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 193 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
|
D | vktRayQueryDirectionTests.cpp | 332 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 342 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateComputeTests.cpp | 642 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterateTransfer() local 645 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterateTransfer() 731 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterateCompute() local 734 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterateCompute()
|
D | vktDynamicStateRSTests.cpp | 778 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 812 const auto colorBuffer = Image::createAndAlloc(vkd, device, colorBufferInfo, alloc, qIndex); in iterate() 833 const auto depthBuffer = Image::createAndAlloc(vkd, device, depthBufferInfo, alloc, qIndex); in iterate() 923 const auto cmdPool = vk::makeCommandPool(vkd, device, qIndex); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawInvertedDepthRangesTests.cpp | 133 auto qIndex = m_context.getUniversalQueueFamilyIndex(); in InvertedDepthRangesTestInstance() local 158 m_colorTargetImage = Image::createAndAlloc(vk, device, targetImageCreateInfo, alloc, qIndex); in InvertedDepthRangesTestInstance() 170 m_depthTargetImage = Image::createAndAlloc(vk, device, depthTargetImageCreateInfo, alloc, qIndex); in InvertedDepthRangesTestInstance()
|
D | vktDrawMultiExtTests.cpp | 697 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 899 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBindPointTests.cpp | 392 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 449 &qIndex, // const deUint32* pQueueFamilyIndices; in iterate() 459 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate() 763 …const auto textureLevel = readColorAttachment(vkd, device, queue, qIndex, alloc, colorAttachment-… in iterate()
|
D | vktPipelineNoPositionTests.cpp | 377 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 601 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
|
D | vktPipelineSamplerBorderSwizzleTests.cpp | 700 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1006 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate() 1051 …const auto colorAttachmentLevel = readColorAttachment(vkd, device, queue, qIndex, alloc, colorAtta… in iterate()
|
D | vktPipelinePushConstantTests.cpp | 2748 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 2812 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderSmokeTests.cpp | 394 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 502 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBarycentricCoordinatesTests.cpp | 229 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 234 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
|
D | vktRayTracingNonUniformArgsTests.cpp | 249 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 282 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
|
D | vktRayTracingDirectionTests.cpp | 413 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 423 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
|
D | vktRayTracingMiscTests.cpp | 8543 const auto qIndex = context.getUniversalQueueFamilyIndex(); in nullMissInstance() local 8548 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in nullMissInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiPipelineTests.cpp | 1320 const auto qIndex = context.getUniversalQueueFamilyIndex(); in destroyEarlyTest() local 1422 const auto cmdPool = vk::makeCommandPool(vkd, device, qIndex); in destroyEarlyTest()
|
D | vktApiCommandBuffersTests.cpp | 4425 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 4578 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
|
D | vktApiCopiesAndBlittingTests.cpp | 6926 const auto qIndex = ctx.getUniversalQueueFamilyIndex(); in bufferOffsetTest() local 6960 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in bufferOffsetTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageDepthStencilDescriptorTests.cpp | 536 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1003 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
|