Home
last modified time | relevance | path

Searched defs:false (Results 676 - 700 of 745) sorted by relevance

1...<<21222324252627282930

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp363 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 DvktSubgroupsTestsUtils.cpp523 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 DvktSynchronizationOperation.cpp299 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 DvktTransformFeedbackSimpleTests.cpp197 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 DvktApiCommandBuffersTests.cpp461 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 DvktFragmentShadingRateBasic.cpp3237 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 DAsmWriter.cpp4476 /*ShouldPreserveUseListOrder=*/false, /*IsForDebug=*/true); dump() local
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp620 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 Dintermediate.h697 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 DSelectionDAGNodes.h866 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 DIRBuilder.h452 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 DInstructionSimplify.cpp696 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 DIceInstX8632.h88 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 DIceInstX8664.h82 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 DAArch64InstructionSelector.cpp332 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 DX86AsmParser.cpp845 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 DX86InstrInfo.cpp4270 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 DAttributor.cpp395 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 DvktRayQueryAccelerationStructuresTests.cpp3624 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 DvktRenderPassFragmentDensityMapTests.cpp2909 false, // bool makeCopy; createChildren() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp363 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 DvktSubgroupsTestsUtils.cpp523 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 DGlslangToSpv.cpp312 spv::ExecutionModel TranslateExecutionModel(EShLanguage stage, bool isMeshShaderEXT = false) in TranslateExecutionModel() argument
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h5081 DescribeMatcher(const M& matcher, bool negation = false) DescribeMatcher() argument
[all...]
/third_party/mesa3d/include/CL/
H A Dcl2.hpp2110 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...]

Completed in 124 milliseconds

1...<<21222324252627282930