/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_propagate_instructions_down.cpp | 33 std::vector<const opt::BasicBlock*> reachable_blocks; in Apply() 50 std::map<uint32_t, uint32_t> fresh_ids; in Apply()
|
H A D | transformation_add_bit_instruction_synonym.h | 34 // | %1 = OpExtInstImport "GLSL.std.450" | %1 = OpExtInstImport "GLSL.std.450" | 110 const std::vector<uint32_t>& fresh_ids); 123 std::unordered_set<uint32_t> GetFreshIds() const override;
|
H A D | transformation_composite_insert.h | 34 const std::vector<uint32_t>& index); 58 std::unordered_set<uint32_t> GetFreshIds() const override;
|
H A D | transformation_propagate_instruction_up.h | 35 const std::map<uint32_t, uint32_t>& predecessor_id_to_fresh_id); 62 std::unordered_set<uint32_t> GetFreshIds() const override;
|
H A D | transformation_vector_shuffle.h | 35 const std::vector<uint32_t>& component); 68 std::unordered_set<uint32_t> GetFreshIds() const override;
|
/third_party/spirv-tools/source/opt/ |
H A D | local_redundancy_elimination.cpp | 31 std::map<uint32_t, uint32_t> value_to_ids; in Process() 41 std::map<uint32_t, uint32_t>* value_to_ids) { in EliminateRedundanciesInBB()
|
H A D | wrap_opkill.h | 69 std::unique_ptr<Function> opkill_function_; 74 std::unique_ptr<Function> opterminateinvocation_function_;
|
/third_party/spirv-tools/test/ |
H A D | text_to_binary.group_test.cpp | 38 const std::string input = in TEST_P() 48 ::testing::ValuesIn(std::vector<EnumCase<spv::GroupOperation>>{
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderUtil.hpp | 49 using FragmentSizeVector = std::vector<FragmentSize>; 72 std::string getGLSLShadingRateMask (FragmentSize fragmentSize);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.hpp | 42 const std::string& name, in MSCaseBaseResolveAndPerSampleFetch() 68 const std::vector<tcu::ConstPixelBufferAccess>& dataPerSample,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPtrAccessChainTests.cpp | 54 std::string file = std::string(cases[i].basename) + ".amber"; in createTests()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFunctionLibrary.hpp | 71 std::map<std::string, deFunctionPtr> m_functions;
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgExecutionContext.hpp | 43 typedef std::map<const Variable*, ExecValueStorage*> VarValueMap; 81 std::vector<ExecMaskStorage> m_execMaskStack;
|
H A D | rsgSamplers.hpp | 84 typedef std::map<int, Sampler2D> Sampler2DMap; 85 typedef std::map<int, SamplerCube> SamplerCubeMap;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 82 using std::string; 83 using std::vector; 189 // Convert from std::vector<std::string> to std::vector<const char*>. in createDeviceWithWsi() 190 std::vector<const char*> extensionsChar; in createDeviceWithWsi() 192 std::transform(begin(extensions), end(extensions), std::back_inserter(extensionsChar), [](const std::string& s) { return s.c_str(); }); in createDeviceWithWsi() 648 std in createSwapchainTest() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackTests.cpp | 829 std::string new_attrib = "a" + gl3cts::TransformFeedback::Utilities::itoa(i); in testExtension1() 1389 std::set<glw::GLenum> supported_mode(_supported_mode, in testInstanced() 1814 std::string vertex_shader(s_vertex_shader_template); in testInvalidVarying() 1860 std::string vertex_shader(s_vertex_shader_template); in testRepeatedVarying() 1933 std::string vertex_shader(s_vertex_shader_template); in testTooManyVaryings() 1934 std::string transform_feedback_variable_declarations(""); in testTooManyVaryings() 1935 std::string transform_feedback_variable_setters(""); in testTooManyVaryings() 1936 std::vector<std::string> transform_feedback_varyings(more_than_max_transform_feedback_components); in testTooManyVaryings() 1937 std in testTooManyVaryings() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | intltest.cpp | 1850 * Similar to C++ std::minstd_rand, with the same algorithm & constants. 2039 bool bothNaN = std::isnan(expected) && std::isnan(actual); in assertEquals() 2134 std::string vectorToString(const std::vector<std::string>& strings) { in vectorToString() 2135 std::string result = "{"; in vectorToString() 2152 const std::vector<std::string>& expected, in assertEquals() 2153 const std in assertEquals() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateRSTests.cpp | 115 std::string m_vertexShaderName; 116 std::string m_fragmentShaderName; 117 std::string m_meshShaderName; 119 std::vector<PositionColorVertex> m_data; 129 std::vector<vk::VkPushConstantRange> pcRanges; in initialize() 260 std::vector<vk::VkViewport> viewports { { 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f } }; in initialize() 261 std::vector<vk::VkRect2D> scissors { { { 0u, 0u }, { 0u, 0u } } }; in initialize() 311 std::vector<vk::VkImageView> attachments(2); in initialize() 827 DepthBiasNonZeroCase (tcu::TestContext& testCtx, const std::string& name, const DepthBiasNonZeroParams& params); 849 DepthBiasNonZeroCase::DepthBiasNonZeroCase (tcu::TestContext& testCtx, const std [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.cpp | 198 throw tcu::NotSupportedError(std::string("Unsupported format for sampling: ") + getFormatName(params.imageFormat)); in checkSupportImageSamplingInstance() 201 throw tcu::NotSupportedError(std::string("Unsupported render target count: ") + de::toString(params.imageCount)); in checkSupportImageSamplingInstance() 207 throw tcu::NotSupportedError(std::string("Unsupported format for linear filtering: ") + getFormatName(params.imageFormat)); in checkSupportImageSamplingInstance() 270 throw tcu::NotSupportedError(std::string("Unsupported format for min/max filtering: ") + getFormatName(params.imageFormat)); in checkSupportImageSamplingInstance() 564 std::vector<VkDescriptorImageInfo> descriptorImageInfo(m_imageCount); in setup() 638 std::vector<VkAttachmentDescription> colorAttachmentDescriptions(m_imageCount); in setup() 639 std::vector<VkAttachmentReference> colorAttachmentReferences(m_imageCount); in setup() 689 std::vector<VkImage> images (m_imageCount); in setup() 690 std::vector<VkImageView> pAttachments (m_imageCount); in setup() 776 const std in setup() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectLinkTests.cpp | 233 std::vector<vk::VkShaderCreateInfoEXT> shaderCreateInfos; in iterate() 306 std::vector<vk::VkShaderEXT> shaders(shaderCreateInfos.size()); in iterate() 316 std::swap(shaderCreateInfos[i], shaderCreateInfos[j]); in iterate() 329 std::swap(shaders[i], shaders[j]); in iterate() 391 std::vector<vk::VkShaderStageFlagBits> separateStages; in iterate() 392 std::vector<vk::VkShaderStageFlagBits> togetherStages; in iterate() 393 std::vector<vk::VkShaderEXT> separateShaders; in iterate() 394 std::vector<vk::VkShaderEXT> togetherShaders; in iterate() 561 ShaderObjectLinkCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params) in ShaderObjectLinkCase() 701 std in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 326 std::vector<std::string> extensions; in createTestInstance() 342 const std::vector<vk::VkQueueFamilyProperties> queueFamilyProperties = vk::getPhysicalDeviceQueueFamilyProperties(vki, physicalDevice); in createTestDevice() 343 std::vector<deUint32> queueFamilyIndices (queueFamilyProperties.size(), 0xFFFFFFFFu); in createTestDevice() 349 std::vector<const char*> extensions; in createTestDevice() 393 std::vector<vk::VkDeviceQueueCreateInfo> queues; in createTestDevice() 662 const std::vector<deUint32>& queueFamilyIndices, in createImage() 702 const std::vector<deUint32>& queueFamilyIndices) in createBuffer() 763 const std::vector<deUint32>& queueFamilyIndices, in importResource() 953 std [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 597 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase() 610 std::fill(std::begin(RegClassForVT), std::end(RegClassForVT), nullptr); in initActions() 611 std::fill(std::begin(TargetDAGCombineArray), in initActions() 612 std::end(TargetDAGCombineArray), 0); in initActions() 1113 std [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_cache_utils.h | 65 lhs = static_cast<typename std::decay<decltype(lhs)>::type>(ANGLE_LOCAL_VAR); \ 122 using FramebufferAttachmentArray = std::array<T, kMaxFramebufferAttachments>; 129 using FramebufferNonResolveAttachmentArray = std::array<T, kMaxFramebufferNonResolveAttachments>; 548 void *operator new(std::size_t size); 732 std::max(gl::IMPLEMENTATION_MAX_ACTIVE_TEXTURES, 759 std::vector<VkSampler> *immutableSamplers) const; 778 std::array<PackedDescriptorSetBinding, kMaxDescriptorSetLayoutBindings> 1039 std::vector<GraphicsPipelineTransition> mTransitions; 1043 ANGLE_INLINE PipelineHelper::PipelineHelper(Pipeline &&pipeline) : mPipeline(std::move(pipeline)) {} 1142 mBufferCount = std [all...] |
/third_party/skia/tests/ |
H A D | ImageTest.cpp | 108 return SkImage::MakeRasterData(info, std::move(data), info.minRowBytes()); in create_data_image() 151 return SkImage::MakeFromEncoded(std::move(src)); in create_codec_image() 384 std::function<sk_sp<SkImage>()> imageFactories[] = { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 467 std::function<sk_sp<SkImage>()> imageFactories[] = { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 585 std::unique_ptr<Factory> factory(new Factory); in DEF_GPUTEST() 632 std::make_unique<EmptyGenerator>())); in DEF_TEST() 886 std::function<sk_sp<SkImage>(GrDirectContext*)> imageMaker) { in test_cross_context_image() 1001 std::tie(view, std::ignore) = as_IB(refImg)->asView(dContext, GrMipmapped::kNo); in test_cross_context_image() 1006 std in test_cross_context_image() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 174 std::equal(Call->arg_begin(), Call->arg_end(), in operator ==() 699 std::forward_iterator_tag, T *> { 786 for (auto I = std::next(Dom), E = Paths.end(); I != E; ++I) in tryOptimizePhi() 791 std::iter_swap(Last, Dom); in tryOptimizePhi() 857 return {Result, std::move(TerminatedPaths)}; in tryOptimizePhi() 895 return {Result, std::move(Clobbers)}; in tryOptimizePhi() 980 std::swap(DTN, RHS.DTN); in swap() 981 std::swap(ChildIt, RHS.ChildIt); in swap() 982 std::swap(IncomingVal, RHS.IncomingVal); in swap() 1214 auto Next = std in markUnreachableAsLiveOnEntry() [all...] |