/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 149 AFTER_PIPELINES = 3, // After a static state pipeline and a second dynamic state pipeline have been bound. 1758 // Dynamic state set after both a static-state pipeline and a second dynamic-state pipeline have been bound in createColorWriteEnableTests() 1760 // Dynamic state set after a dynamic pipeline has been bound and before a second static-state pipeline with the right values has been bound in createColorWriteEnableTests() 1787 // Dynamically enable writes to the second color attachment in createColorWriteEnableTests() 1793 // Dynamically enable writes to the second and last color attachments in createColorWriteEnableTests() 1800 // Dynamically disable writes to the second color attachment in createColorWriteEnableTests() 1806 // Dynamically disable writes to the second and last color attachments in createColorWriteEnableTests() 1822 // Statically enable writes to the second color attachment in createColorWriteEnableTests() 1828 // Statically enable writes to the second and last color attachments in createColorWriteEnableTests() 1835 // Statically disable writes to the second colo in createColorWriteEnableTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 159 return itr->second; in getAlternativeFormat() 969 // of samples is initialized with 1 and second half with 255 in submit() 1282 " bool condition = (int(value) == 8);\n" // select second sample value (to make it smallest) in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 139 return it->second; in getQueues()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrCopyTests.cpp | 549 const deUint32 dstPlaneNdx (planes.second); in genCopies()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 1395 const VkDeviceSize maxAllocationSize = memoryTypeMaxSizePair.second / MAX_MEMORY_ALLOC_DIV;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderBuiltinTests.cpp | 521 const auto expected = ((iter == m_pixelParams.pixelMap.end()) ? m_pixelParams.background : iter->second); in verifyResults() 1164 // The second clip plane keeps the top half of the frame buffer. in initPrograms() 1284 // The second cull plane helps paint left and right different. in initPrograms() 1296 // Fragment shader chooses color based on the second cull distance. in initPrograms()
|
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 642 const auto expected = ((iter == m_pixelParams.pixelMap.end()) ? m_pixelParams.background : iter->second); in verifyResults() 1312 // The second clip plane keeps the top half of the frame buffer. in initPrograms() 1427 // The second cull plane helps paint left and right different. in initPrograms() 1439 // Fragment shader chooses color based on the second cull distance. in initPrograms()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | formatutilsgl.cpp | 442 const InternalFormatInfo &info = iter->second; in GetInternalFormatInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1453 const DINode *D = CI->second; in constructContainingTypeDIEs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 1102 // get to the second if !c1 && c2. in ScanInstructions() 1500 MachineOperand &Op = const_cast<MachineOperand&>(*Clobber.second); in UpdatePredRedefs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Function.cpp | 1191 // If this is the second occurrence of an argument, in matchIntrinsicType() 1379 if (matchIntrinsicType(Check.first, Check.second, ArgTys, DeferredChecks, in matchIntrinsicSignature()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 1797 if (RelocsForOffset.first != RelocsForOffset.second) { in getContents()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_function_test.cpp | 34 pair->set_second(compare_and_select_id.second); in MakeAccessClampingInfo()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_capability_test.cpp | 43 // capability name that will begin the assembly under test, the second the 83 return std::get<1>(p).second; in MustSucceed()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ProgramExecutableVk.cpp | 354 const ShaderInterfaceVariableInfo &info = it.second; in save()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.cpp | 509 executionState.events, instance, viewID, indexBuffer.second, in draw()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_function_test.cpp | 34 pair->set_second(compare_and_select_id.second); in MakeAccessClampingInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_capability_test.cpp | 43 // capability name that will begin the assembly under test, the second the 83 return std::get<1>(p).second; in MustSucceed()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 124 ; %3 - second byte of temp register
|
/third_party/skia/third_party/externals/libpng/ |
H A D | png.h | 607 png_byte second; /* second of minute, 0 - 60 (for leap seconds) */ member 1221 * second call overrides the output gamma without changing the default. This 1320 /* Strip the second byte of information from a 16-bit depth file. */ 3163 * PNG_IMAGE_COMPRESSED_SIZE_MAX(image) as the second argument (most
|
H A D | pngwrite.c | 481 ptime->second = (png_byte)ttime->tm_sec; in png_convert_from_struct_tm()
|
/third_party/skia/src/sksl/ |
H A D | SkSLDSLParser.cpp | 701 switch (found->second) { in layout()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-color-colr-table.hh | 1233 if (unlikely (!o) || !o->serialize_subset (c, _.second, this)) in subset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 902 if (Visited.insert(Op).second) in hasPredecessorHelper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringX8632.h | 99 return Element != Producers.end() && Element->second.Instr != nullptr; in containsValid()
|