Home
last modified time | relevance | path

Searched defs:const (Results 12751 - 12775 of 15322) sorted by relevance

1...<<511512513514515516517518519520>>...613

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp401 toCodeViewSubsection( BumpPtrAllocator &Allocator, const codeview::StringsAndChecksums &SC) const toCodeViewSubsection() argument
412 toCodeViewSubsection( BumpPtrAllocator &Allocator, const codeview::StringsAndChecksums &SC) const toCodeViewSubsection() argument
443 toCodeViewSubsection( BumpPtrAllocator &Allocator, const codeview::StringsAndChecksums &SC) const toCodeViewSubsection() argument
464 toCodeViewSubsection( BumpPtrAllocator &Allocator, const codeview::StringsAndChecksums &SC) const toCodeViewSubsection() argument
474 toCodeViewSubsection( BumpPtrAllocator &Allocator, const codeview::StringsAndChecksums &SC) const toCodeViewSubsection() argument
488 toCodeViewSubsection( BumpPtrAllocator &Allocator, const codeview::StringsAndChecksums &SC) const toCodeViewSubsection() argument
499 toCodeViewSubsection( BumpPtrAllocator &Allocator, const codeview::StringsAndChecksums &SC) const toCodeViewSubsection() argument
508 toCodeViewSubsection( BumpPtrAllocator &Allocator, const codeview::StringsAndChecksums &SC) const toCodeViewSubsection() argument
531 toCodeViewSubsection( BumpPtrAllocator &Allocator, const codeview::StringsAndChecksums &SC) const toCodeViewSubsection() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLinking.cpp601 getGSCode(glw::GLenum gs_input_primitive_type) const getGSCode() argument
634 getInputPrimitiveTypeQualifier( glw::GLenum gs_input_primitive_type) const getInputPrimitiveTypeQualifier() argument
667 getSpecializedVSCode() const getSpecializedVSCode() argument
691 getValidInputVariableArraySize( glw::GLenum gs_input_primitive_type) const getValidInputVariableArraySize() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcTestRunner.cpp63 inline const tcu::TestRunStatus& getResult(void) const in getResult() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.hpp76 bool isBasicType(void) const in isBasicType() argument
80 bool isArrayType(void) const in isArrayType() argument
84 bool isStructType(void) const in isStructType() argument
89 deUint32 getFlags(void) const in getFlags() argument
93 glu::DataType getBasicType(void) const in getBasicType() argument
98 const VarType& getElementType(void) const in getElementType() argument
102 getArraySize(void) const getArraySize() argument
107 getStruct(void) const getStruct() argument
153 getName(void) const getName() argument
157 getType(void) const getType() argument
161 getFlags(void) const getFlags() argument
185 getTypeName(void) const getTypeName() argument
194 begin(void) const begin() argument
202 end(void) const end() argument
219 getName(void) const getName() argument
223 getType(void) const getType() argument
227 getFlags(void) const getFlags() argument
246 getBlockName(void) const getBlockName() argument
250 getInstanceName(void) const getInstanceName() argument
254 isArray(void) const isArray() argument
258 getArraySize(void) const getArraySize() argument
262 getFlags(void) const getFlags() argument
288 begin(void) const begin() argument
296 end(void) const end() argument
321 getNumUniformBlocks(void) const getNumUniformBlocks() argument
325 getUniformBlock(int ndx) const getUniformBlock() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cClipDistance.cpp1236 VertexShaderStatus() const VertexShaderStatus() argument
1246 FragmentShaderStatus() const FragmentShaderStatus() argument
1255 ProgramStatus() const ProgramStatus() argument
1452 UseProgram() const UseProgram() argument
[all...]
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp117 GLuint getMaxVertexStreams() const in getMaxVertexStreams() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp404 find(const ProgramBinary* binary) const find() argument
468 findBinary(const ProgramBinary& binary) const findBinary() argument
473 getNextSlot(void) const getNextSlot() argument
510 write(void) const write() argument
515 writeToPath(const std::string& dstPath) const writeToPath() argument
577 loadProgram(const ProgramIdentifier& id) const loadProgram() argument
[all...]
H A DvkDefs.hpp97 bool operator== (const Handle<Type>& other) const { return this->m_internal == other.m_internal; } in operator ==() argument
98 bool operator!= (const Handle<Type>& other) const { return this->m_internal != other.m_internal; } in operator !=() argument
100 bool operator! (void) const { return !m_internal; } in operator !() argument
102 deUint64 getInternal (void) const { return m_internal; } in getInternal() argument
277 getError(void) const getError() argument
290 getError(void) const getError() argument
303 getError(void) const getError() argument
[all...]
H A DvkPipelineConstructionUtil.hpp117 operator *(void) const operator *() argument
118 get(void) const get() argument
122 getSetLayoutCount(void) const getSetLayoutCount() argument
123 getSetLayouts(void) const getSetLayouts() argument
125 getPushConstantRangeCount(void) const getPushConstantRangeCount() argument
126 getPushConstantRanges(void) const getPushConstantRanges() argument
164 operator *(void) const operator *() argument
165 get(void) const get() argument
166 getFramebuffer(void) const getFramebuffer() argument
288 isSet(void) const isSet() argument
298 getPipelineLayout(void) const getPipelineLayout() argument
299 getSpecializationInfo(void) const getSpecializationInfo() argument
302 getShader(void) const getShader() argument
[all...]
H A DvkPlatform.cpp105 createDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) const createDevice() argument
166 createShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) const createShaderModule() argument
208 destroyDeviceHandler(VkDevice device, const VkAllocationCallbacks* pAllocator) const destroyDeviceHandler() argument
215 createDescriptorSetLayoutHandlerNorm(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout) const createDescriptorSetLayoutHandlerNorm() argument
226 createDescriptorSetLayoutHandlerStat(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout) const createDescriptorSetLayoutHandlerStat() argument
253 destroyDescriptorSetLayoutHandler(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) const destroyDescriptorSetLayoutHandler() argument
270 allocateDescriptorSetsHandlerStat(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) const allocateDescriptorSetsHandlerStat() argument
284 freeDescriptorSetsHandlerStat(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) const freeDescriptorSetsHandlerStat() argument
299 resetDescriptorPoolHandlerStat(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) const resetDescriptorPoolHandlerStat() argument
321 createImageViewHandler(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) const createImageViewHandler() argument
359 destroyImageViewHandler(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) const destroyImageViewHandler() argument
377 createQueryPoolHandler(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) const createQueryPoolHandler() argument
405 createPipelineLayoutHandlerNorm(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) const createPipelineLayoutHandlerNorm() argument
416 createPipelineLayoutHandlerStat(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) const createPipelineLayoutHandlerStat() argument
428 createGraphicsPipelinesHandlerNorm(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createGraphicsPipelinesHandlerNorm() argument
439 createGraphicsPipelinesHandlerStat(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createGraphicsPipelinesHandlerStat() argument
461 createComputePipelinesHandlerNorm(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createComputePipelinesHandlerNorm() argument
472 createComputePipelinesHandlerStat(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createComputePipelinesHandlerStat() argument
494 destroyPipelineHandler(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator) const destroyPipelineHandler() argument
520 createFramebufferHandlerNorm(VkDevice device, const VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* pFramebuffer) const createFramebufferHandlerNorm() argument
531 createFramebufferHandlerStat(VkDevice device, const VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* pFramebuffer) const createFramebufferHandlerStat() argument
546 createRenderPassHandlerNorm(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) const createRenderPassHandlerNorm() argument
562 createRenderPassHandlerStat(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) const createRenderPassHandlerStat() argument
586 createRenderPass2HandlerNorm(VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) const createRenderPass2HandlerNorm() argument
602 createRenderPass2HandlerStat(VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) const createRenderPass2HandlerStat() argument
626 destroyRenderPassHandler(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) const destroyRenderPassHandler() argument
654 createSamplerHandlerNorm(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const createSamplerHandlerNorm() argument
665 createSamplerHandlerStat(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const createSamplerHandlerStat() argument
677 createSamplerYcbcrConversionHandlerNorm(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) const createSamplerYcbcrConversionHandlerNorm() argument
688 createSamplerYcbcrConversionHandlerStat(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) const createSamplerYcbcrConversionHandlerStat() argument
700 getDescriptorSetLayoutSupportHandler(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport) const getDescriptorSetLayoutSupportHandler() argument
712 createShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) const createShaderModule() argument
721 createCommandPoolHandlerNorm(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool) const createCommandPoolHandlerNorm() argument
753 resetCommandPoolHandlerNorm(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) const resetCommandPoolHandlerNorm() argument
760 createCommandPoolHandlerStat(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool) const createCommandPoolHandlerStat() argument
783 resetCommandPoolHandlerStat(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) const resetCommandPoolHandlerStat() argument
790 allocateCommandBuffersHandler(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) const allocateCommandBuffersHandler() argument
801 freeCommandBuffersHandler(VkDevice device, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const freeCommandBuffersHandler() argument
812 increaseCommandBufferSize(VkCommandBuffer commandBuffer, VkDeviceSize commandSize) const increaseCommandBufferSize() argument
820 checkFramebufferSupport(const VkFramebufferCreateInfo* pCreateInfo) const checkFramebufferSupport() argument
841 checkRenderPassSupport(deUint32 attachmentCount, deUint32 subpassCount, deUint32 dependencyCount) const checkRenderPassSupport() argument
874 checkSubpassSupport(deUint32 inputAttachmentCount, deUint32 preserveAttachmentCount) const checkSubpassSupport() argument
897 gerResourceInterface() const gerResourceInterface() argument
902 reset() const reset() argument
921 createWsiDisplay(wsi::Type) const createWsiDisplay() argument
926 hasDisplay(wsi::Type) const hasDisplay() argument
931 describePlatform(std::ostream& dst) const describePlatform() argument
[all...]
/third_party/vk-gl-cts/execserver/tools/
H A DxsTest.cpp60 deSocketResult getResult (void) const in getResult() argument
190 const char* getName (void) const { return m_name.c_str(); } in getName() argument
[all...]
/third_party/vk-gl-cts/execserver/
H A DxsWin32TestProcess.cpp784 getExitCode(void) const getExitCode() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.cc68 Clone() const Clone() argument
273 Validate() const Validate() argument
301 ValidateGraphics() const ValidateGraphics() argument
339 ValidateCompute() const ValidateCompute() argument
403 GetLocationForColorAttachment(Buffer* buf, uint32_t* loc) const GetLocationForColorAttachment() argument
516 GetBufferForBinding(uint32_t descriptor_set, uint32_t binding) const GetBufferForBinding() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc912 HasMemoryFlags(uint32_t memory_type_index, const VkMemoryPropertyFlags flags) const HasMemoryFlags() argument
919 IsMemoryHostAccessible(uint32_t memory_type_index) const IsMemoryHostAccessible() argument
923 IsMemoryHostCoherent(uint32_t memory_type_index) const IsMemoryHostCoherent() argument
928 GetMaxPushConstants() const GetMaxPushConstants() argument
932 IsDescriptorSetInBounds(uint32_t descriptor_set) const IsDescriptorSetInBounds() argument
938 GetVkFormat(const Format& format) const GetVkFormat() argument
1335 IsRequiredSubgroupSizeSupported( const ShaderType type, const uint32_t required_subgroup_size) const IsRequiredSubgroupSizeSupported() argument
1376 GetMinSubgroupSize() const GetMinSubgroupSize() argument
1380 GetMaxSubgroupSize() const GetMaxSubgroupSize() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextCompatibilityTest.cpp319 void testClearSurface(EGLSurface surface, EGLConfig surfaceConfig, EGLContext context) const in testClearSurface() argument
349 void testMakeCurrentFails(EGLSurface surface, EGLContext context) const in testMakeCurrentFails() argument
250 testWindowCompatibility(EGLConfig windowConfig, EGLConfig contextConfig, bool compatible) const testWindowCompatibility() argument
284 testPbufferCompatibility(EGLConfig pbufferConfig, EGLConfig contextConfig, bool compatible) const testPbufferCompatibility() argument
H A DEGLSurfaceTest.cpp212 EGLConfig chooseDefaultConfig(bool requireWindowSurface) const in chooseDefaultConfig() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DProgramBinaryTest.cpp58 GLint getAvailableProgramBinaryFormatCount() const in getAvailableProgramBinaryFormatCount() argument
65 bool supported() const in supported() argument
1220 GLint getAvailableProgramBinaryFormatCount() const in getAvailableProgramBinaryFormatCount() argument
[all...]
H A DD3DTextureTest.cpp231 bool valid() const in valid() argument
[all...]
H A DDepthStencilFormatsTest.cpp173 bool hasReadDepthSupport() const { return IsGLExtensionEnabled("GL_NV_read_depth"); } in hasReadDepthSupport() argument
175 bool hasReadStencilSupport() const { return IsGLExtensionEnabled("GL_NV_read_stencil"); } in hasReadStencilSupport() argument
177 bool hasFloatDepthSupport() const { return IsGLExtensionEnabled("GL_NV_depth_buffer_float2"); } in hasFloatDepthSupport() argument
[all...]
H A DMultiDrawTest.cpp157 bool IsDrawIDTest() const { return std::get<1>(GetParam()) == DrawIDOption::UseDrawID; } in IsDrawIDTest() argument
159 bool IsInstancedTest() const in IsInstancedTest() argument
164 GLenum getBufferDataUsage() const in getBufferDataUsage() argument
[all...]
H A DCopyTextureTest.cpp51 bool checkExtensions() const in checkExtensions() argument
226 bool checkExtensions(GLenum sourceFormat, GLenum destFormat) const in checkExtensions() argument
[all...]
H A DDrawBaseVertexBaseInstanceTest.cpp152 bool useBaseVertexBuiltin() const in useBaseVertexBuiltin() argument
157 bool useBaseInstanceBuiltin() const in useBaseInstanceBuiltin() argument
162 GLenum getBufferDataUsage() const in getBufferDataUsage() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_state_cache.h196 operator !=(const RenderPipelineColorAttachmentDesc &rhs) const operator !=() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DDrawCallPerf.cpp46 std::string DrawArraysPerfParams::story() const in story() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DContextNULL.cpp388 getNativeCaps() const getNativeCaps() argument
393 getNativeTextureCaps() const getNativeTextureCaps() argument
398 getNativeExtensions() const getNativeExtensions() argument
403 getNativeLimitations() const getNativeLimitations() argument
[all...]

Completed in 36 milliseconds

1...<<511512513514515516517518519520>>...613