Home
last modified time | relevance | path

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

123

/third_party/skia/src/pathops/
DSkDQuadLineIntersection.cpp279 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/
DSkDQuadLineIntersection.cpp279 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/
DvktBindingValveMutableTests.cpp523 … 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 …]
DvktBindingMutableTests.cpp598 … const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, bo… in Resource()
640 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in Resource()
659 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in Resource()
812 …(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, de… in getStoredValue()
820 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in getStoredValue()
955 const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue,
1078 const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, in createResources() argument
1084 resources.emplace_back(descriptorType, vkd, device, alloc, qIndex, queue, useAABBs, baseValue); in createResources()
1403 const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, in createResources() argument
1411 …auto resourceVec = bindings[i].createResources(vkd, device, alloc, qIndex, queue, iteration, useAA… in createResources()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingMutableTests.cpp598 … const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, bo… in Resource()
640 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in Resource()
659 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in Resource()
812 …(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, de… in getStoredValue()
820 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in getStoredValue()
955 const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue,
1078 const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, in createResources() argument
1084 resources.emplace_back(descriptorType, vkd, device, alloc, qIndex, queue, useAABBs, baseValue); in createResources()
1403 const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, in createResources() argument
1411 …auto resourceVec = bindings[i].createResources(vkd, device, alloc, qIndex, queue, iteration, useAA… in createResources()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
DvktConditionalIgnoreTests.cpp133 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
209 …st auto commandPool = createCommandPool(vkd, device, VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, qIndex); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalIgnoreTests.cpp133 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
209 …st auto commandPool = createCommandPool(vkd, device, VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, qIndex); in iterate()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
/third_party/vk-gl-cts/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()
1145 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in runTest() local
1164 &qIndex, // const deUint32* pQueueFamilyIndices; in runTest()
1233 …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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMiscTests.cpp275 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
367 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
1145 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in runTest() local
1164 &qIndex, // const deUint32* pQueueFamilyIndices; in runTest()
1233 …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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingBarycentricCoordinatesTests.cpp229 const auto qIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
234 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
/third_party/vk-gl-cts/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()

123