Home
last modified time | relevance | path

Searched refs:subset (Results 251 - 256 of 256) sorted by relevance

1...<<11

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp156 inline VkRenderPass getRenderPass (VkGraphicsPipelineLibraryFlagsEXT subset, VkRenderPass renderPass)
161 if ((subsetRequiresRenderPass & subset) != 0)
920 default: TCU_THROW(InternalError, "Unknown pipeline subset"); in runTest()
1126 // Each shader subset should be tested in each node of tree in iterate()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex15 describes the subset of the machine-state that consists of the
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cmap-table.hh1514 bool subset (hb_subset_context_t *c) const in subset() function
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp1107 // Check that all points in subset are (approximately) present also in superset.
1111 const vector<Vec3>& subset,
1122 for (int subNdx = 0; subNdx < (int)subset.size(); subNdx++)
1124 const Vec3& subPt = subset[subNdx];
/third_party/skia/src/core/
H A DSkCanvas.cpp559 // This is purely optional: it is a subset of the checks performed by SkWritePixelsRec. in writePixels()
878 // automatically when taking a subset of src if we update the mapping. in internalDrawDeviceWithFilter()
948 filterInput->subset().size()); in internalDrawDeviceWithFilter()
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp1047 // Handle seeing a base.swizzle, a subset of base.identifier in the grammar.
8312 bool subset) in constructBuiltIn()
8734 if (subset || (newNode != node && newNode->getType() == type)) in constructBuiltIn()
8311 constructBuiltIn(const TType& type, TOperator op, TIntermTyped* node, const TSourceLoc& loc, bool subset) constructBuiltIn() argument

Completed in 34 milliseconds

1...<<11