| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderExecutor.cpp | 363 static void generateFragShaderOutAssign (std::ostream& src, const ShaderSpec& shaderSpec, bool useIntOutputs, const std::string& valuePrefix, const std::string& outputPrefix, const bool isInput16Bit = false) in generateFragShaderOutAssign() argument 1964 getTypeSpirv(const glu::DataType type, const bool packFloat16Bit = false) getTypeSpirv() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| H A D | vktSubgroupsTestsUtils.cpp | 523 makeGraphicsPipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderStageFlags stages, const VkShaderModule vertexShaderModule, const VkShaderModule fragmentShaderModule, const VkShaderModule geometryShaderModule, const VkShaderModule tessellationControlModule, const VkShaderModule tessellationEvaluationModule, const VkRenderPass renderPass, const VkPrimitiveTopology topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, const VkVertexInputBindingDescription* vertexInputBindingDescription = DE_NULL, const VkVertexInputAttributeDescription* vertexInputAttributeDescriptions = DE_NULL, const bool frameBufferTests = false, const vk::VkFormat attachmentFormat = VK_FORMAT_R32G32B32A32_SFLOAT, const deUint32 vertexShaderStageCreateFlags = 0u, const deUint32 tessellationControlShaderStageCreateFlags = 0u, const deUint32 tessellationEvalShaderStageCreateFlags = 0u, const deUint32 geometryShaderStageCreateFlags = 0u, const deUint32 fragmentShaderStageCreateFlags = 0u, const deUint32 requiredSubgroupSize[5] = DE_NULL) makeGraphicsPipeline() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationOperation.cpp | 299 void fillPattern (void* const pData, const VkDeviceSize size, bool useIndexPattern = false) in fillPattern() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackSimpleTests.cpp | 197 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule tessellationControlModule, const VkShaderModule tessellationEvalModule, const VkShaderModule geometryModule, const VkShaderModule fragmentModule, const VkExtent2D renderSize, const deUint32 subpass, const deUint32* rasterizationStreamPtr = DE_NULL, const VkPrimitiveTopology topology = VK_PRIMITIVE_TOPOLOGY_POINT_LIST, const bool inputVertices = false, const bool depthClipControl = false) makeGraphicsPipeline() argument 4746 const TestParameters parameters { holeCase.testType, 0u, partCount, 0u, 1u, 0u, STREAM_ID_0_NORMAL, false, false, false, false, false, VK_PRIMITIVE_TOPOLOGY_POINT_LIST, false };; createTransformFeedbackStreamsSimpleTests() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiCommandBuffersTests.cpp | 461 executeCommandBuffer(const VkDevice device, const DeviceInterface& vk, const VkQueue queue, const VkCommandBuffer commandBuffer, const bool exitBeforeEndCommandBuffer = false) executeCommandBuffer() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
| H A D | vktFragmentShadingRateBasic.cpp | 3237 false, // bool sampleMaskTest; in createBasicTests() local 3239 false, // bool garbageAttachment; in createBasicTests() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 4476 /*ShouldPreserveUseListOrder=*/false, /*IsForDebug=*/true); dump() local [all...] |
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLGpu.cpp | 620 check_backend_texture(const GrBackendTexture& backendTex, const GrGLCaps& caps, GrGLTexture::Desc* desc, bool skipRectTexSupportCheck = false) check_backend_texture() argument 683 check_compressed_backend_texture(const GrBackendTexture& backendTex, const GrGLCaps& caps, GrGLTexture::Desc* desc, bool skipRectTexSupportCheck = false) check_compressed_backend_texture() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | intermediate.h | 697 TIntermTraverser(bool preVisit = true, bool inVisit = false, bool postVisit = false, bool rightToLeft = false) : in TIntermTraverser() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 866 hasPredecessorHelper(const SDNode *N, SmallPtrSetImpl<const SDNode *> &Visited, SmallVectorImpl<const SDNode *> &Worklist, unsigned int MaxSteps = 0, bool TopologicalPrune = false) hasPredecessorHelper() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 452 CreateMemSet(Value *Ptr, Value *Val, uint64_t Size, MaybeAlign Align, bool isVolatile = false, MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateMemSet() argument 535 CreateMemCpy(Value *Dst, MaybeAlign DstAlign, Value *Src, MaybeAlign SrcAlign, uint64_t Size, bool isVolatile = false, MDNode *TBAATag = nullptr, MDNode *TBAAStructTag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateMemCpy() argument 605 CreateMemMove(Value *Dst, MaybeAlign DstAlign, Value *Src, MaybeAlign SrcAlign, uint64_t Size, bool isVolatile = false, MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateMemMove() argument 1211 CreateAdd(Value *LHS, Value *RHS, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateAdd() argument 1228 CreateSub(Value *LHS, Value *RHS, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateSub() argument 1245 CreateMul(Value *LHS, Value *RHS, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateMul() argument 1262 CreateUDiv(Value *LHS, Value *RHS, const Twine &Name = �, bool isExact = false) CreateUDiv() argument 1276 CreateSDiv(Value *LHS, Value *RHS, const Twine &Name = �, bool isExact = false) CreateSDiv() argument 1300 CreateShl(Value *LHS, Value *RHS, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateShl() argument 1309 CreateShl(Value *LHS, const APInt &RHS, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateShl() argument 1315 CreateShl(Value *LHS, uint64_t RHS, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateShl() argument 1321 CreateLShr(Value *LHS, Value *RHS, const Twine &Name = �, bool isExact = false) CreateLShr() argument 1331 CreateLShr(Value *LHS, const APInt &RHS, const Twine &Name = �, bool isExact = false) CreateLShr() argument 1336 CreateLShr(Value *LHS, uint64_t RHS, const Twine &Name = �, bool isExact = false) CreateLShr() argument 1341 CreateAShr(Value *LHS, Value *RHS, const Twine &Name = �, bool isExact = false) CreateAShr() argument 1351 CreateAShr(Value *LHS, const APInt &RHS, const Twine &Name = �, bool isExact = false) CreateAShr() argument 1356 CreateAShr(Value *LHS, uint64_t RHS, const Twine &Name = �, bool isExact = false) CreateAShr() argument 1580 CreateNeg(Value *V, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateNeg() argument 1698 CreateStore(Value *Val, Value *Ptr, bool isVolatile = false) CreateStore() argument 1777 CreateAlignedStore(Value *Val, Value *Ptr, unsigned Align, bool isVolatile = false) CreateAlignedStore() argument 1783 CreateAlignedStore(Value *Val, Value *Ptr, MaybeAlign Align, bool isVolatile = false) CreateAlignedStore() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 696 stripAndComputeConstantOffsets(const DataLayout &DL, Value *&V, bool AllowNonInbounds = false) stripAndComputeConstantOffsets() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceInstX8632.h | 88 create(Cfg *Func, Type Ty, Variable *Base, Constant *Offset, Variable *Index = nullptr, uint16_t Shift = 0, SegmentRegisters SegmentReg = DefaultSegment, bool IsRebased = false) create() argument [all...] |
| H A D | IceInstX8664.h | 82 create(Cfg *Func, Type Ty, Variable *Base, Constant *Offset, Variable *Index = nullptr, uint16_t Shift = 0, SegmentRegisters SegmentRegister = DefaultSegment, bool IsRebased = false) create() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstructionSelector.cpp | 332 getRegClassForTypeOnBank(LLT Ty, const RegisterBank &RB, const RegisterBankInfo &RBI, bool GetAllRegSet = false) getRegClassForTypeOnBank() argument 363 getMinClassForRegBank(const RegisterBank &RB, unsigned SizeInBits, bool GetAllRegSet = false) getMinClassForRegBank() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 845 Error(SMLoc L, const Twine &Msg, SMRange Range = None, bool MatchingInlineAsm = false) Error() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 4270 hasPartialRegUpdate(unsigned Opcode, const X86Subtarget &Subtarget, bool ForLoadFold = false) hasPartialRegUpdate() argument 4361 hasUndefRegUpdate(unsigned Opcode, unsigned &OpNum, bool ForLoadFold = false) hasUndefRegUpdate() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 395 getBasePointerOfAccessPointerOperand(const Instruction *I, int64_t &BytesOffset, const DataLayout &DL, bool AllowNonInbounds = false) getBasePointerOfAccessPointerOperand() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
| H A D | vktRayQueryAccelerationStructuresTests.cpp | 3624 false, addVertexIndexFormatsTests() local 3625 false, addVertexIndexFormatsTests() local 3627 false, addVertexIndexFormatsTests() local 3628 false, addVertexIndexFormatsTests() local 3746 false, addOperationTestsImpl() local 3750 false, addOperationTestsImpl() local 3751 false, addOperationTestsImpl() local 3753 false, addOperationTestsImpl() local 3754 false, addOperationTestsImpl() local 3820 false, addFuncArgTests() local 3824 false, addFuncArgTests() local 3825 false, addFuncArgTests() local 3827 false, addFuncArgTests() local 3828 false, addFuncArgTests() local 3934 false, addInstanceTriangleCullingTests() local 3938 false, addInstanceTriangleCullingTests() local 3939 false, addInstanceTriangleCullingTests() local 3941 false, addInstanceTriangleCullingTests() local 3942 false, addInstanceTriangleCullingTests() local 4047 false, addEmptyAccelerationStructureTests() local 4051 false, addEmptyAccelerationStructureTests() local 4052 false, addEmptyAccelerationStructureTests() local 4054 false, addEmptyAccelerationStructureTests() local 4055 false, addEmptyAccelerationStructureTests() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassFragmentDensityMapTests.cpp | 2909 false, // bool makeCopy; createChildren() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktShaderExecutor.cpp | 363 static void generateFragShaderOutAssign (std::ostream& src, const ShaderSpec& shaderSpec, bool useIntOutputs, const std::string& valuePrefix, const std::string& outputPrefix, const bool isInput16Bit = false) in generateFragShaderOutAssign() argument 1964 getTypeSpirv(const glu::DataType type, const bool packFloat16Bit = false) getTypeSpirv() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsTestsUtils.cpp | 523 makeGraphicsPipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderStageFlags stages, const VkShaderModule vertexShaderModule, const VkShaderModule fragmentShaderModule, const VkShaderModule geometryShaderModule, const VkShaderModule tessellationControlModule, const VkShaderModule tessellationEvaluationModule, const VkRenderPass renderPass, const VkPrimitiveTopology topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, const VkVertexInputBindingDescription* vertexInputBindingDescription = DE_NULL, const VkVertexInputAttributeDescription* vertexInputAttributeDescriptions = DE_NULL, const bool frameBufferTests = false, const vk::VkFormat attachmentFormat = VK_FORMAT_R32G32B32A32_SFLOAT, const deUint32 vertexShaderStageCreateFlags = 0u, const deUint32 tessellationControlShaderStageCreateFlags = 0u, const deUint32 tessellationEvalShaderStageCreateFlags = 0u, const deUint32 geometryShaderStageCreateFlags = 0u, const deUint32 fragmentShaderStageCreateFlags = 0u, const deUint32 requiredSubgroupSize[5] = DE_NULL) makeGraphicsPipeline() argument [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | GlslangToSpv.cpp | 312 spv::ExecutionModel TranslateExecutionModel(EShLanguage stage, bool isMeshShaderEXT = false) in TranslateExecutionModel() argument [all...] |
| /third_party/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 5081 DescribeMatcher(const M& matcher, bool negation = false) DescribeMatcher() argument [all...] |
| /third_party/mesa3d/include/CL/ |
| H A D | cl2.hpp | 2110 explicit Device(const cl_device_id &device, bool retainObject = false) : in Device() argument 2429 Platform(const cl_platform_id &platform, bool retainObject = false) Platform() argument 3007 Context(const cl_context& context, bool retainObject = false) Context() argument 3149 Event(const cl_event& event, bool retainObject = false) Event() argument 3868 Buffer( IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr = false, cl_int* err = NULL) Buffer() argument 3940 Buffer(const cl_mem& buffer, bool retainObject = false) Buffer() argument 4076 BufferD3D10(const cl_mem& buffer, bool retainObject = false) BufferD3D10() argument 4165 BufferGL(const cl_mem& buffer, bool retainObject = false) BufferGL() argument 4262 BufferRenderGL(const cl_mem& buffer, bool retainObject = false) BufferRenderGL() argument 4333 Image(const cl_mem& image, bool retainObject = false) Image() argument 4453 Image1D(const cl_mem& image1D, bool retainObject = false) Image1D() argument 4541 Image1DBuffer(const cl_mem& image1D, bool retainObject = false) Image1DBuffer() argument 4629 Image1DArray(const cl_mem& imageArray, bool retainObject = false) Image1DArray() argument 4868 Image2D(const cl_mem& image2D, bool retainObject = false) Image2D() argument 4964 Image2DGL(const cl_mem& image, bool retainObject = false) Image2DGL() argument 5062 Image2DArray(const cl_mem& imageArray, bool retainObject = false) Image2DArray() argument 5193 Image3D(const cl_mem& image3D, bool retainObject = false) Image3D() argument 5285 Image3DGL(const cl_mem& image, bool retainObject = false) Image3DGL() argument 5370 ImageGL(const cl_mem& image, bool retainObject = false) ImageGL() argument 5484 Pipe(const cl_mem& pipe, bool retainObject = false) Pipe() argument 5616 Sampler(const cl_sampler& sampler, bool retainObject = false) Sampler() argument 5841 Kernel(const cl_kernel& kernel, bool retainObject = false) Kernel() argument 6168 Program( const string& source, bool build = false, cl_int* err = NULL) Program() argument 6207 Program( const Context& context, const string& source, bool build = false, cl_int* err = NULL) Program() argument 6320 Program( const vector<char>& IL, bool build = false, cl_int* err = NULL) Program() argument 6375 Program( const Context& context, const vector<char>& IL, bool build = false, cl_int* err = NULL) Program() argument 6545 Program(const cl_program& program, bool retainObject = false) Program() argument 7441 CommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) CommandQueue() argument 8821 DeviceCommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) DeviceCommandQueue() argument [all...] |