Home
last modified time | relevance | path

Searched defs:const (Results 19501 - 19525 of 19603) sorted by relevance

1...<<781782783784785

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp330 compile(glw::GLuint shader_id, const glw::GLchar* shader_code) const compile() argument
380 isProgramBinarySupported() const isProgramBinarySupported() argument
418 getBinary(std::vector<GLubyte>& binary, GLenum& binary_format) const getBinary() argument
442 getSubroutineIndex(const glw::GLchar* subroutine_name, glw::GLenum shader_stage) const getSubroutineIndex() argument
467 getSubroutineUniformLocation(const glw::GLchar* uniform_name, glw::GLenum shader_stage) const getSubroutineUniformLocation() argument
492 getUniformLocation(const glw::GLchar* uniform_name) const getUniformLocation() argument
514 link() const link() argument
650 use() const use() argument
3041 checkProgramStageiv(glw::GLuint program_id, glw::GLenum pname, glw::GLint expected) const checkProgramStageiv() argument
3075 checkProgramResourceiv(GLuint program_id, GLenum program_interface, GLenum pname, const glw::GLchar* resource_name, GLint expected) const checkProgramResourceiv() argument
3117 checkProgramInterfaceiv(GLuint program_id, GLenum program_interface, GLenum pname, GLint expected) const checkProgramInterfaceiv() argument
3152 checkActiveSubroutineUniformiv(GLuint program_id, GLuint index, GLenum pname, GLint expected) const checkActiveSubroutineUniformiv() argument
3186 getProgramResourceIndex(GLuint program_id, GLenum program_interface, const glw::GLchar* resource_name) const getProgramResourceIndex() argument
3213 getSubroutineIndex(GLuint program_id, const glw::GLchar* subroutine_name, bool use_program_query) const getSubroutineIndex() argument
3246 getSubroutineUniformLocation(GLuint program_id, const glw::GLchar* uniform_name, bool use_program_query) const getSubroutineUniformLocation() argument
3277 inspectProgramStageiv(glw::GLuint program_id) const inspectProgramStageiv() argument
3307 inspectProgramInterfaceiv(glw::GLuint program_id) const inspectProgramInterfaceiv() argument
3340 inspectProgramResourceiv(GLuint program_id, const GLchar** subroutine_names, const GLchar** uniform_names) const inspectProgramResourceiv() argument
3438 inspectActiveSubroutineUniformiv(GLuint program_id, const GLchar** uniform_names) const inspectActiveSubroutineUniformiv() argument
3515 inspectActiveSubroutineUniformName(GLuint program_id, const GLchar** uniform_names) const inspectActiveSubroutineUniformName() argument
3566 inspectActiveSubroutineName(GLuint program_id, const GLchar** subroutine_names) const inspectActiveSubroutineName() argument
3618 inspectSubroutineBinding(GLuint program_id, const GLchar** subroutine_names, const GLchar** uniform_names, bool use_program_query) const inspectSubroutineBinding() argument
3680 testDraw(GLuint program_id, const GLchar* first_routine_name, const GLchar* second_routine_name, const GLchar** uniform_names, const Utils::vec4<GLfloat> expected_results[5], bool use_program_query) const testDraw() argument
4054 logError(const glw::GLchar* subroutine_names[4][2], const glw::GLuint subroutine_combination[4], const Utils::vec4<glw::GLfloat> input_data[3], const Utils::vec4<glw::GLfloat>& first_routine_result, const Utils::vec4<glw::GLfloat>& second_routine_result, const Utils::vec4<glw::GLfloat>& third_routine_result, const Utils::vec4<glw::GLuint>& fourth_routine_result, const Utils::vec4<glw::GLfloat>& first_routine_expected_result, const Utils::vec4<glw::GLfloat>& second_routine_expected_result, const Utils::vec4<glw::GLfloat>& third_routine_expected_result, const Utils::vec4<glw::GLuint>& fourth_routine_expected_result) const logError() argument
4131 testDraw(const glw::GLuint subroutine_combination[4], const Utils::vec4<glw::GLfloat> input_data[3], Utils::vec4<glw::GLfloat>& out_first_routine_result, Utils::vec4<glw::GLfloat>& out_second_routine_result, Utils::vec4<glw::GLfloat>& out_third_routine_result, Utils::vec4<glw::GLuint>& out_fourth_routine_result) const testDraw() argument
4219 verify(const Utils::vec4<glw::GLfloat>& first_routine_result, const Utils::vec4<glw::GLfloat>& second_routine_result, const Utils::vec4<glw::GLfloat>& third_routine_result, const Utils::vec4<glw::GLuint>& fourth_routine_result, const Utils::vec4<glw::GLfloat>& first_routine_expected_result, const Utils::vec4<glw::GLfloat>& second_routine_expected_result, const Utils::vec4<glw::GLfloat>& third_routine_expected_result, const Utils::vec4<glw::GLuint>& fourth_routine_expected_result) const verify() argument
4589 calculate(glw::GLuint function, const Utils::vec4<glw::GLfloat>& left, const Utils::vec4<glw::GLfloat>& right, Utils::vec4<glw::GLfloat>& out) const calculate() argument
4622 calculate( const glw::GLuint combination[4], const Utils::vec4<glw::GLfloat>& left, const Utils::vec4<glw::GLfloat>& right, const Utils::vec4<glw::GLuint>& indices, Utils::vec4<glw::GLfloat>& out_combined, Utils::vec4<glw::GLfloat>& out_combined_inverted, Utils::vec4<glw::GLfloat>& out_constant, Utils::vec4<glw::GLfloat>& out_constant_inverted, Utils::vec4<glw::GLfloat>& out_dynamic, Utils::vec4<glw::GLfloat>& out_dynamic_inverted, Utils::vec4<glw::GLfloat>& out_loop) const calculate() argument
4685 logError(const glw::GLuint combination[4], const Utils::vec4<glw::GLfloat>& left, const Utils::vec4<glw::GLfloat>& right, const Utils::vec4<glw::GLuint>& indices, const Utils::vec4<glw::GLfloat> vec4_expected[7], const Utils::vec4<glw::GLfloat> vec4_result[7], glw::GLuint array_length, bool result[7]) const logError() argument
4833 testDraw(const glw::GLuint combination[4], const Utils::vec4<glw::GLfloat>& left, const Utils::vec4<glw::GLfloat>& right, const Utils::vec4<glw::GLuint>& indices) const testDraw() argument
4977 getVertexShaderBody() const getVertexShaderBody() argument
5319 testDraw(const GLuint routine_indices[16]) const testDraw() argument
5734 fillTexture(Utils::texture& texture, const glw::GLubyte color[4]) const fillTexture() argument
5767 testDraw(const glw::GLuint routine_configuration[5], const glw::GLuint sampler_configuration[2], const glw::GLubyte expected_color[4], Utils::texture& color_texture) const testDraw() argument
5917 fillTexture(Utils::texture& texture, const glw::GLuint color[4]) const fillTexture() argument
6100 testAtomicDraw(GLuint subroutine_index, const GLuint expected_results[3]) const testAtomicDraw() argument
6304 testImageDraw(GLuint subroutine_index, Utils::texture& left, Utils::texture& right, const GLuint expected_left_color[4], const GLuint expected_right_color[4]) const testImageDraw() argument
6506 testSSBODraw(GLuint subroutine_index, const GLuint expected_results[4]) const testSSBODraw() argument
6550 verifyTexture(Utils::texture& texture, const GLuint expected_color[4]) const verifyTexture() argument
7741 testDefaultSubroutineSet(const Utils::vec4<glw::GLuint>& uni_input, const Utils::vec4<glw::GLuint> expected_routine_1_result[2], const Utils::vec4<glw::GLuint> expected_routine_2_result[2]) const testDefaultSubroutineSet() argument
7822 testDraw(glw::GLuint routine_configuration, const Utils::vec4<glw::GLuint>& uni_input, const Utils::vec4<glw::GLuint>& expected_routine_1_result, const Utils::vec4<glw::GLuint>& expected_routine_2_result) const testDraw() argument
7917 testIndicesAndLocations() const testIndicesAndLocations() argument
8067 getShaderBody(const Utils::_shader_stage& shader_stage, const unsigned int& n_id) const getShaderBody() argument
8405 getShaderStages(bool retrieve_program_object_shader_ids, const unsigned int& n_id, const _shader_stage** out_shader_stages) const getShaderStages() argument
9004 getFragmentShaderBody() const getFragmentShaderBody() argument
9042 getGeometryShaderBody() const getGeometryShaderBody() argument
9112 getTessellationControlShaderBody() const getTessellationControlShaderBody() argument
9159 getTessellationEvaluationShaderBody() const getTessellationEvaluationShaderBody() argument
9201 getVertexShaderBody() const getVertexShaderBody() argument
9489 getVertexShaderBody() const getVertexShaderBody() argument
10429 getFragmentShaderBody(const Utils::_shader_stage& referencing_stage) const getFragmentShaderBody() argument
10469 getGeometryShaderBody(const Utils::_shader_stage& referencing_stage) const getGeometryShaderBody() argument
10512 getSubroutineUniformName(const Utils::_shader_stage& stage) const getSubroutineUniformName() argument
10569 getTessellationControlShaderBody(const Utils::_shader_stage& referencing_stage) const getTessellationControlShaderBody() argument
10608 getTessellationEvaluationShaderBody(const Utils::_shader_stage& referencing_stage) const getTessellationEvaluationShaderBody() argument
10647 getVertexShaderBody(const Utils::_shader_stage& referencing_stage) const getVertexShaderBody() argument
10809 getFragmentShaderBody() const getFragmentShaderBody() argument
10839 getGeometryShaderBody() const getGeometryShaderBody() argument
10872 getTessellationControlShaderBody() const getTessellationControlShaderBody() argument
10903 getTessellationEvaluationShaderBody() const getTessellationEvaluationShaderBody() argument
10934 getVertexShaderBody() const getVertexShaderBody() argument
11032 getShaderBody(const Utils::_shader_stage& shader_stage, const unsigned int& n_subroutine_types, const _test_case& test_case) const getShaderBody() argument
11404 getFragmentShaderBody(bool include_invalid_subroutine_uniform_declaration) const getFragmentShaderBody() argument
11448 getGeometryShaderBody(bool include_invalid_subroutine_uniform_declaration) const getGeometryShaderBody() argument
11494 getTessellationControlShaderBody(bool include_invalid_subroutine_uniform_declaration) const getTessellationControlShaderBody() argument
11538 getTessellationEvaluationShaderBody( bool include_invalid_subroutine_uniform_declaration) const getTessellationEvaluationShaderBody() argument
11583 getVertexShaderBody(bool include_invalid_subroutine_uniform_declaration) const getVertexShaderBody() argument
11786 getFragmentShaderBody(bool include_invalid_declaration) const getFragmentShaderBody() argument
11839 getGeometryShaderBody(bool include_invalid_declaration) const getGeometryShaderBody() argument
11894 getTessellationControlShaderBody(bool include_invalid_declaration) const getTessellationControlShaderBody() argument
11947 getTessellationEvaluationShaderBody(bool include_invalid_declaration) const getTessellationEvaluationShaderBody() argument
12000 getVertexShaderBody(bool include_invalid_declaration) const getVertexShaderBody() argument
12459 getFragmentShaderBody(bool include_invalid_declaration) const getFragmentShaderBody() argument
12504 getGeometryShaderBody(bool include_invalid_declaration) const getGeometryShaderBody() argument
12551 getTessellationControlShaderBody(bool include_invalid_declaration) const getTessellationControlShaderBody() argument
12596 getTessellationEvaluationShaderBody(bool include_invalid_declaration) const getTessellationEvaluationShaderBody() argument
12641 getVertexShaderBody(bool include_invalid_declaration) const getVertexShaderBody() argument
[all...]
H A Dgl4cShadingLanguage420PackTests.cpp1546 getStageSpecificLayout(Utils::SHADER_STAGES stage) const getStageSpecificLayout() argument
1582 getVersionString(Utils::SHADER_STAGES stage, bool use_version_400) const getVersionString() argument
1710 maxImageUniforms(Utils::SHADER_STAGES stage) const maxImageUniforms() argument
1915 verifyAdditionalResults() const verifyAdditionalResults() argument
1935 bindTextureToimage(Utils::program& program, Utils::texture& texture, const glw::GLchar* uniform_name) const bindTextureToimage() argument
1956 bindTextureToSampler(Utils::program& program, Utils::texture& texture, const glw::GLchar* uniform_name) const bindTextureToSampler() argument
1978 checkResults(Utils::texture& color_texture) const checkResults() argument
2008 prepareFramebuffer(Utils::framebuffer& framebuffer, Utils::texture& color_texture) const prepareFramebuffer() argument
2025 prepareImage(Utils::program& program, Utils::texture& color_texture) const prepareImage() argument
2440 verifyBuffer(const Utils::buffer& buffer) const verifyBuffer() argument
2457 verifyTexture(const Utils::texture& texture) const verifyTexture() argument
3018 casesToStr(CASES cases) const casesToStr() argument
3081 getExpectedValueString() const getExpectedValueString() argument
3090 getLineContinuationString() const getLineContinuationString() argument
3121 isShaderMultipart() const isShaderMultipart() argument
3158 lineEndingsToStr(LINE_ENDINGS line_ending) const lineEndingsToStr() argument
3180 repetitionsToStr(REPETITIONS repetitions) const repetitionsToStr() argument
3200 replaceAllCaseTokens(std::string& source) const replaceAllCaseTokens() argument
3300 useSourceLengths() const useSourceLengths() argument
3990 casesToStr() const casesToStr() argument
11989 verifyAdditionalResults() const verifyAdditionalResults() argument
12316 verifyAdditionalResults() const verifyAdditionalResults() argument
17667 bind() const bind() argument
17709 map(GLenum access) const map() argument
17725 unmap() const unmap() argument
17887 what() const what() argument
17897 what() const what() argument
18048 compile(glw::GLuint shader_id, const Utils::shaderSource& source) const compile() argument
18133 getAttribLocation(const glw::GLchar* name) const getAttribLocation() argument
18149 getBinary(std::vector<GLubyte>& binary, GLenum& binary_format) const getBinary() argument
18173 getSubroutineIndex(const glw::GLchar* subroutine_name, glw::GLenum shader_stage) const getSubroutineIndex() argument
18198 getSubroutineUniformLocation(const glw::GLchar* uniform_name, glw::GLenum shader_stage) const getSubroutineUniformLocation() argument
18223 getUniform1i(GLuint location) const getUniform1i() argument
18241 getUniformLocation(const glw::GLchar* uniform_name) const getUniformLocation() argument
18263 link() const link() argument
18392 uniform(const glw::GLchar* uniform_name, TYPES type, glw::GLuint n_columns, glw::GLuint n_rows, const void* data) const uniform() argument
18446 use() const use() argument
18519 bind() const bind() argument
18630 get(glw::GLenum format, glw::GLenum type, glw::GLvoid* out_data) const get() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp4131 bind(glw::GLenum target) const global() argument
4147 bind(glw::GLenum target, glw::GLuint index) const global() argument
4246 getPrograms(samplingFunction function) const global() argument
4295 getProgram(shaderType shader_type) const global() argument
4385 getProgramId() const global() argument
4396 getShader( shaderType shader_type) const global() argument
4647 getShaderGroup(samplingFunction function, shaderGroup& shader_group) const global() argument
4777 attach(glw::GLuint program_object_id) const global() argument
4826 getShaderId() const global() argument
4835 getSource() const global() argument
4918 bind(glw::GLenum binding_point) const global() argument
4933 getTextureId() const global() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_funcs.hpp107 enumeratePhysicalDevices( Dispatch const & d ) const enumeratePhysicalDevices() argument
138 enumeratePhysicalDevices( PhysicalDeviceAllocator & physicalDeviceAllocator, Dispatch const & d ) const enumeratePhysicalDevices() argument
234 getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::ImageTiling tiling, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageCreateFlags flags, Dispatch const & d ) const getImageFormatProperties() argument
291 getQueueFamilyProperties( Dispatch const & d ) const getQueueFamilyProperties() argument
311 getQueueFamilyProperties( QueueFamilyPropertiesAllocator & queueFamilyPropertiesAllocator, Dispatch const & d ) const getQueueFamilyProperties() argument
405 createDevice( const VULKAN_HPP_NAMESPACE::DeviceCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDevice() argument
424 createDeviceUnique( const VULKAN_HPP_NAMESPACE::DeviceCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDeviceUnique() argument
560 enumerateDeviceExtensionProperties( Optional<const std::string> layerName, Dispatch const & d ) const enumerateDeviceExtensionProperties() argument
596 enumerateDeviceExtensionProperties( Optional<const std::string> layerName, ExtensionPropertiesAllocator & extensionPropertiesAllocator, Dispatch const & d ) const enumerateDeviceExtensionProperties() argument
713 enumerateDeviceLayerProperties( Dispatch const & d ) const enumerateDeviceLayerProperties() argument
744 enumerateDeviceLayerProperties( LayerPropertiesAllocator & layerPropertiesAllocator, Dispatch const & d ) const enumerateDeviceLayerProperties() argument
807 submit( ArrayProxy<const VULKAN_HPP_NAMESPACE::SubmitInfo> const & submits, VULKAN_HPP_NAMESPACE::Fence fence, Dispatch const & d ) const submit() argument
830 waitIdle( Dispatch const & d ) const waitIdle() argument
848 waitIdle( Dispatch const & d ) const waitIdle() argument
874 allocateMemory( const VULKAN_HPP_NAMESPACE::MemoryAllocateInfo & allocateInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const allocateMemory() argument
893 allocateMemoryUnique( const VULKAN_HPP_NAMESPACE::MemoryAllocateInfo & allocateInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const allocateMemoryUnique() argument
980 mapMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize offset, VULKAN_HPP_NAMESPACE::DeviceSize size, VULKAN_HPP_NAMESPACE::MemoryMapFlags flags, Dispatch const & d ) const mapMemory() argument
1020 flushMappedMemoryRanges( ArrayProxy<const VULKAN_HPP_NAMESPACE::MappedMemoryRange> const & memoryRanges, Dispatch const & d ) const flushMappedMemoryRanges() argument
1044 invalidateMappedMemoryRanges( ArrayProxy<const VULKAN_HPP_NAMESPACE::MappedMemoryRange> const & memoryRanges, Dispatch const & d ) const invalidateMappedMemoryRanges() argument
1094 bindBufferMemory( VULKAN_HPP_NAMESPACE::Buffer buffer, VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset, Dispatch const & d ) const bindBufferMemory() argument
1124 bindImageMemory( VULKAN_HPP_NAMESPACE::Image image, VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset, Dispatch const & d ) const bindImageMemory() argument
1207 getImageSparseMemoryRequirements( VULKAN_HPP_NAMESPACE::Image image, Dispatch const & d ) const getImageSparseMemoryRequirements() argument
1231 getImageSparseMemoryRequirements( VULKAN_HPP_NAMESPACE::Image image, SparseImageMemoryRequirementsAllocator & sparseImageMemoryRequirementsAllocator, Dispatch const & d ) const getImageSparseMemoryRequirements() argument
1279 getSparseImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::SampleCountFlagBits samples, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageTiling tiling, Dispatch const & d ) const getSparseImageFormatProperties() argument
1317 getSparseImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::SampleCountFlagBits samples, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageTiling tiling, SparseImageFormatPropertiesAllocator & sparseImageFormatPropertiesAllocator, Dispatch const & d ) const getSparseImageFormatProperties() argument
1370 bindSparse( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindSparseInfo> const & bindInfo, VULKAN_HPP_NAMESPACE::Fence fence, Dispatch const & d ) const bindSparse() argument
1401 createFence( const VULKAN_HPP_NAMESPACE::FenceCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createFence() argument
1420 createFenceUnique( const VULKAN_HPP_NAMESPACE::FenceCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createFenceUnique() argument
1499 resetFences( ArrayProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, Dispatch const & d ) const resetFences() argument
1518 getFenceStatus( VULKAN_HPP_NAMESPACE::Fence fence, Dispatch const & d ) const getFenceStatus() argument
1544 waitForFences( ArrayProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, uint64_t timeout, Dispatch const & d ) const waitForFences() argument
1579 createSemaphore( const VULKAN_HPP_NAMESPACE::SemaphoreCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSemaphore() argument
1598 createSemaphoreUnique( const VULKAN_HPP_NAMESPACE::SemaphoreCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSemaphoreUnique() argument
1682 createEvent( const VULKAN_HPP_NAMESPACE::EventCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createEvent() argument
1701 createEventUnique( const VULKAN_HPP_NAMESPACE::EventCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createEventUnique() argument
1778 getEventStatus( VULKAN_HPP_NAMESPACE::Event event, Dispatch const & d ) const getEventStatus() argument
1800 setEvent( VULKAN_HPP_NAMESPACE::Event event, Dispatch const & d ) const setEvent() argument
1818 resetEvent( VULKAN_HPP_NAMESPACE::Event event, Dispatch const & d ) const resetEvent() argument
1845 createQueryPool( const VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createQueryPool() argument
1864 createQueryPoolUnique( const VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createQueryPoolUnique() argument
1957 getQueryPoolResults( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, ArrayProxy<T> const & data, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags, Dispatch const & d ) const getQueryPoolResults() argument
1981 getQueryPoolResults( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags, Dispatch const & d ) const getQueryPoolResults() argument
2008 getQueryPoolResult( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags, Dispatch const & d ) const getQueryPoolResult() argument
2049 createBuffer( const VULKAN_HPP_NAMESPACE::BufferCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createBuffer() argument
2068 createBufferUnique( const VULKAN_HPP_NAMESPACE::BufferCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createBufferUnique() argument
2153 createBufferView( const VULKAN_HPP_NAMESPACE::BufferViewCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createBufferView() argument
2172 createBufferViewUnique( const VULKAN_HPP_NAMESPACE::BufferViewCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createBufferViewUnique() argument
2258 createImage( const VULKAN_HPP_NAMESPACE::ImageCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createImage() argument
2277 createImageUnique( const VULKAN_HPP_NAMESPACE::ImageCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createImageUnique() argument
2392 createImageView( const VULKAN_HPP_NAMESPACE::ImageViewCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createImageView() argument
2411 createImageViewUnique( const VULKAN_HPP_NAMESPACE::ImageViewCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createImageViewUnique() argument
2497 createShaderModule( const VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createShaderModule() argument
2516 createShaderModuleUnique( const VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createShaderModuleUnique() argument
2605 createPipelineCache( const VULKAN_HPP_NAMESPACE::PipelineCacheCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createPipelineCache() argument
2624 createPipelineCacheUnique( const VULKAN_HPP_NAMESPACE::PipelineCacheCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createPipelineCacheUnique() argument
2709 getPipelineCacheData( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, Dispatch const & d ) const getPipelineCacheData() argument
2741 getPipelineCacheData( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, Uint8_tAllocator & uint8_tAllocator, Dispatch const & d ) const getPipelineCacheData() argument
2788 mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::PipelineCache> const & srcCaches, Dispatch const & d ) const mergePipelineCaches() argument
2824 createGraphicsPipelines( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createGraphicsPipelines() argument
2852 createGraphicsPipelines( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, PipelineAllocator & pipelineAllocator, Dispatch const & d ) const createGraphicsPipelines() argument
2878 createGraphicsPipeline( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, const VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createGraphicsPipeline() argument
2903 createGraphicsPipelinesUnique( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createGraphicsPipelinesUnique() argument
2943 createGraphicsPipelinesUnique( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, PipelineAllocator & pipelineAllocator, Dispatch const & d ) const createGraphicsPipelinesUnique() argument
2980 createGraphicsPipelineUnique( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, const VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createGraphicsPipelineUnique() argument
3028 createComputePipelines( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::ComputePipelineCreateInfo> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createComputePipelines() argument
3056 createComputePipelines( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::ComputePipelineCreateInfo> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, PipelineAllocator & pipelineAllocator, Dispatch const & d ) const createComputePipelines() argument
3082 createComputePipeline( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, const VULKAN_HPP_NAMESPACE::ComputePipelineCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createComputePipeline() argument
3107 createComputePipelinesUnique( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::ComputePipelineCreateInfo> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createComputePipelinesUnique() argument
3147 createComputePipelinesUnique( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::ComputePipelineCreateInfo> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, PipelineAllocator & pipelineAllocator, Dispatch const & d ) const createComputePipelinesUnique() argument
3184 createComputePipelineUnique( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, const VULKAN_HPP_NAMESPACE::ComputePipelineCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createComputePipelineUnique() argument
3277 createPipelineLayout( const VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createPipelineLayout() argument
3296 createPipelineLayoutUnique( const VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createPipelineLayoutUnique() argument
3384 createSampler( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSampler() argument
3403 createSamplerUnique( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSamplerUnique() argument
3489 createDescriptorSetLayout( const VULKAN_HPP_NAMESPACE::DescriptorSetLayoutCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDescriptorSetLayout() argument
3508 createDescriptorSetLayoutUnique( const VULKAN_HPP_NAMESPACE::DescriptorSetLayoutCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDescriptorSetLayoutUnique() argument
3598 createDescriptorPool( const VULKAN_HPP_NAMESPACE::DescriptorPoolCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDescriptorPool() argument
3617 createDescriptorPoolUnique( const VULKAN_HPP_NAMESPACE::DescriptorPoolCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDescriptorPoolUnique() argument
3700 resetDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool, VULKAN_HPP_NAMESPACE::DescriptorPoolResetFlags flags, Dispatch const & d ) const resetDescriptorPool() argument
3728 allocateDescriptorSets( const VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo & allocateInfo, Dispatch const & d ) const allocateDescriptorSets() argument
3747 allocateDescriptorSets( const VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo & allocateInfo, DescriptorSetAllocator & descriptorSetAllocator, Dispatch const & d ) const allocateDescriptorSets() argument
3765 allocateDescriptorSetsUnique( const VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo & allocateInfo, Dispatch const & d ) const allocateDescriptorSetsUnique() argument
3795 allocateDescriptorSetsUnique( const VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo & allocateInfo, DescriptorSetAllocator & descriptorSetAllocator, Dispatch const & d ) const allocateDescriptorSetsUnique() argument
3839 freeDescriptorSets( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool, ArrayProxy<const VULKAN_HPP_NAMESPACE::DescriptorSet> const & descriptorSets, Dispatch const & d ) const freeDescriptorSets() argument
3870 free( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool, ArrayProxy<const VULKAN_HPP_NAMESPACE::DescriptorSet> const & descriptorSets, Dispatch const & d ) const free() argument
3934 createFramebuffer( const VULKAN_HPP_NAMESPACE::FramebufferCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createFramebuffer() argument
3953 createFramebufferUnique( const VULKAN_HPP_NAMESPACE::FramebufferCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createFramebufferUnique() argument
4041 createRenderPass( const VULKAN_HPP_NAMESPACE::RenderPassCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRenderPass() argument
4060 createRenderPassUnique( const VULKAN_HPP_NAMESPACE::RenderPassCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRenderPassUnique() argument
4171 createCommandPool( const VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createCommandPool() argument
4190 createCommandPoolUnique( const VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createCommandPoolUnique() argument
4274 resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, VULKAN_HPP_NAMESPACE::CommandPoolResetFlags flags, Dispatch const & d ) const resetCommandPool() argument
4302 allocateCommandBuffers( const VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo & allocateInfo, Dispatch const & d ) const allocateCommandBuffers() argument
4321 allocateCommandBuffers( const VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo & allocateInfo, CommandBufferAllocator & commandBufferAllocator, Dispatch const & d ) const allocateCommandBuffers() argument
4339 allocateCommandBuffersUnique( const VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo & allocateInfo, Dispatch const & d ) const allocateCommandBuffersUnique() argument
4369 allocateCommandBuffersUnique( const VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo & allocateInfo, CommandBufferAllocator & commandBufferAllocator, Dispatch const & d ) const allocateCommandBuffersUnique() argument
4463 begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo & beginInfo, Dispatch const & d ) const begin() argument
4482 end( Dispatch const & d ) const end() argument
4502 reset( VULKAN_HPP_NAMESPACE::CommandBufferResetFlags flags, Dispatch const & d ) const reset() argument
5486 bindBufferMemory2( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindBufferMemoryInfo> const & bindInfos, Dispatch const & d ) const bindBufferMemory2() argument
5510 bindImageMemory2( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos, Dispatch const & d ) const bindImageMemory2() argument
5593 enumeratePhysicalDeviceGroups( Dispatch const & d ) const enumeratePhysicalDeviceGroups() argument
5628 enumeratePhysicalDeviceGroups( PhysicalDeviceGroupPropertiesAllocator & physicalDeviceGroupPropertiesAllocator, Dispatch const & d ) const enumeratePhysicalDeviceGroups() argument
5762 getImageSparseMemoryRequirements2( const VULKAN_HPP_NAMESPACE::ImageSparseMemoryRequirementsInfo2 & info, Dispatch const & d ) const getImageSparseMemoryRequirements2() argument
5789 getImageSparseMemoryRequirements2( const VULKAN_HPP_NAMESPACE::ImageSparseMemoryRequirementsInfo2 & info, SparseImageMemoryRequirements2Allocator & sparseImageMemoryRequirements2Allocator, Dispatch const & d ) const getImageSparseMemoryRequirements2() argument
5936 getImageFormatProperties2( const VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch const & d ) const getImageFormatProperties2() argument
5951 getImageFormatProperties2( const VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch const & d ) const getImageFormatProperties2() argument
5983 getQueueFamilyProperties2( Dispatch const & d ) const getQueueFamilyProperties2() argument
6003 getQueueFamilyProperties2( QueueFamilyProperties2Allocator & queueFamilyProperties2Allocator, Dispatch const & d ) const getQueueFamilyProperties2() argument
6022 getQueueFamilyProperties2( Dispatch const & d ) const getQueueFamilyProperties2() argument
6052 getQueueFamilyProperties2( StructureChainAllocator & structureChainAllocator, Dispatch const & d ) const getQueueFamilyProperties2() argument
6134 getSparseImageFormatProperties2( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseImageFormatInfo2 & formatInfo, Dispatch const & d ) const getSparseImageFormatProperties2() argument
6162 getSparseImageFormatProperties2( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseImageFormatInfo2 & formatInfo, SparseImageFormatProperties2Allocator & sparseImageFormatProperties2Allocator, Dispatch const & d ) const getSparseImageFormatProperties2() argument
6240 createSamplerYcbcrConversion( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSamplerYcbcrConversion() argument
6260 createSamplerYcbcrConversionUnique( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSamplerYcbcrConversionUnique() argument
6353 createDescriptorUpdateTemplate( const VULKAN_HPP_NAMESPACE::DescriptorUpdateTemplateCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDescriptorUpdateTemplate() argument
6373 createDescriptorUpdateTemplateUnique( const VULKAN_HPP_NAMESPACE::DescriptorUpdateTemplateCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDescriptorUpdateTemplateUnique() argument
6654 createRenderPass2( const VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2 & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRenderPass2() argument
6673 createRenderPass2Unique( const VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2 & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRenderPass2Unique() argument
6782 getSemaphoreCounterValue( VULKAN_HPP_NAMESPACE::Semaphore semaphore, Dispatch const & d ) const getSemaphoreCounterValue() argument
6805 waitSemaphores( const VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo & waitInfo, uint64_t timeout, Dispatch const & d ) const waitSemaphores() argument
6829 signalSemaphore( const VULKAN_HPP_NAMESPACE::SemaphoreSignalInfo & signalInfo, Dispatch const & d ) const signalSemaphore() argument
6965 getSurfaceSupportKHR( uint32_t queueFamilyIndex, VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const getSurfaceSupportKHR() argument
6997 getSurfaceCapabilitiesKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const getSurfaceCapabilitiesKHR() argument
7029 getSurfaceFormatsKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const getSurfaceFormatsKHR() argument
7064 getSurfaceFormatsKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, SurfaceFormatKHRAllocator & surfaceFormatKHRAllocator, Dispatch const & d ) const getSurfaceFormatsKHR() argument
7115 getSurfacePresentModesKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const getSurfacePresentModesKHR() argument
7150 getSurfacePresentModesKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, PresentModeKHRAllocator & presentModeKHRAllocator, Dispatch const & d ) const getSurfacePresentModesKHR() argument
7203 createSwapchainKHR( const VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSwapchainKHR() argument
7222 createSwapchainKHRUnique( const VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSwapchainKHRUnique() argument
7309 getSwapchainImagesKHR( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, Dispatch const & d ) const getSwapchainImagesKHR() argument
7342 getSwapchainImagesKHR( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, ImageAllocator & imageAllocator, Dispatch const & d ) const getSwapchainImagesKHR() argument
7394 acquireNextImageKHR( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, uint64_t timeout, VULKAN_HPP_NAMESPACE::Semaphore semaphore, VULKAN_HPP_NAMESPACE::Fence fence, Dispatch const & d ) const acquireNextImageKHR() argument
7430 presentKHR( const VULKAN_HPP_NAMESPACE::PresentInfoKHR & presentInfo, Dispatch const & d ) const presentKHR() argument
7456 getGroupPresentCapabilitiesKHR( Dispatch const & d ) const getGroupPresentCapabilitiesKHR() argument
7484 getGroupSurfacePresentModesKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const getGroupSurfacePresentModesKHR() argument
7511 getPresentRectanglesKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const getPresentRectanglesKHR() argument
7544 getPresentRectanglesKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Rect2DAllocator & rect2DAllocator, Dispatch const & d ) const getPresentRectanglesKHR() argument
7589 acquireNextImage2KHR( const VULKAN_HPP_NAMESPACE::AcquireNextImageInfoKHR & acquireInfo, Dispatch const & d ) const acquireNextImage2KHR() argument
7623 getDisplayPropertiesKHR( Dispatch const & d ) const getDisplayPropertiesKHR() argument
7655 getDisplayPropertiesKHR( DisplayPropertiesKHRAllocator & displayPropertiesKHRAllocator, Dispatch const & d ) const getDisplayPropertiesKHR() argument
7698 getDisplayPlanePropertiesKHR( Dispatch const & d ) const getDisplayPlanePropertiesKHR() argument
7730 getDisplayPlanePropertiesKHR( DisplayPlanePropertiesKHRAllocator & displayPlanePropertiesKHRAllocator, Dispatch const & d ) const getDisplayPlanePropertiesKHR() argument
7774 getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex, Dispatch const & d ) const getDisplayPlaneSupportedDisplaysKHR() argument
7805 getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex, DisplayKHRAllocator & displayKHRAllocator, Dispatch const & d ) const getDisplayPlaneSupportedDisplaysKHR() argument
7853 getDisplayModePropertiesKHR( VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch const & d ) const getDisplayModePropertiesKHR() argument
7888 getDisplayModePropertiesKHR( VULKAN_HPP_NAMESPACE::DisplayKHR display, DisplayModePropertiesKHRAllocator & displayModePropertiesKHRAllocator, Dispatch const & d ) const getDisplayModePropertiesKHR() argument
7942 createDisplayModeKHR( VULKAN_HPP_NAMESPACE::DisplayKHR display, const VULKAN_HPP_NAMESPACE::DisplayModeCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDisplayModeKHR() argument
7963 createDisplayModeKHRUnique( VULKAN_HPP_NAMESPACE::DisplayKHR display, const VULKAN_HPP_NAMESPACE::DisplayModeCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDisplayModeKHRUnique() argument
8003 getDisplayPlaneCapabilitiesKHR( VULKAN_HPP_NAMESPACE::DisplayModeKHR mode, uint32_t planeIndex, Dispatch const & d ) const getDisplayPlaneCapabilitiesKHR() argument
8038 createDisplayPlaneSurfaceKHR( const VULKAN_HPP_NAMESPACE::DisplaySurfaceCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDisplayPlaneSurfaceKHR() argument
8057 createDisplayPlaneSurfaceKHRUnique( const VULKAN_HPP_NAMESPACE::DisplaySurfaceCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDisplayPlaneSurfaceKHRUnique() argument
8099 createSharedSwapchainsKHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSharedSwapchainsKHR() argument
8122 createSharedSwapchainsKHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, SwapchainKHRAllocator & swapchainKHRAllocator, Dispatch const & d ) const createSharedSwapchainsKHR() argument
8144 createSharedSwapchainKHR( const VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSharedSwapchainKHR() argument
8164 createSharedSwapchainsKHRUnique( ArrayProxy<const VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSharedSwapchainsKHRUnique() argument
8199 createSharedSwapchainsKHRUnique( ArrayProxy<const VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, SwapchainKHRAllocator & swapchainKHRAllocator, Dispatch const & d ) const createSharedSwapchainsKHRUnique() argument
8231 createSharedSwapchainKHRUnique( const VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSharedSwapchainKHRUnique() argument
8273 createXlibSurfaceKHR( const VULKAN_HPP_NAMESPACE::XlibSurfaceCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createXlibSurfaceKHR() argument
8292 createXlibSurfaceKHRUnique( const VULKAN_HPP_NAMESPACE::XlibSurfaceCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createXlibSurfaceKHRUnique() argument
8357 createXcbSurfaceKHR( const VULKAN_HPP_NAMESPACE::XcbSurfaceCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createXcbSurfaceKHR() argument
8376 createXcbSurfaceKHRUnique( const VULKAN_HPP_NAMESPACE::XcbSurfaceCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createXcbSurfaceKHRUnique() argument
8441 createWaylandSurfaceKHR( const VULKAN_HPP_NAMESPACE::WaylandSurfaceCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createWaylandSurfaceKHR() argument
8460 createWaylandSurfaceKHRUnique( const VULKAN_HPP_NAMESPACE::WaylandSurfaceCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createWaylandSurfaceKHRUnique() argument
8521 createAndroidSurfaceKHR( const VULKAN_HPP_NAMESPACE::AndroidSurfaceCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createAndroidSurfaceKHR() argument
8540 createAndroidSurfaceKHRUnique( const VULKAN_HPP_NAMESPACE::AndroidSurfaceCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createAndroidSurfaceKHRUnique() argument
8582 createWin32SurfaceKHR( const VULKAN_HPP_NAMESPACE::Win32SurfaceCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createWin32SurfaceKHR() argument
8601 createWin32SurfaceKHRUnique( const VULKAN_HPP_NAMESPACE::Win32SurfaceCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createWin32SurfaceKHRUnique() argument
8650 createDebugReportCallbackEXT( const VULKAN_HPP_NAMESPACE::DebugReportCallbackCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDebugReportCallbackEXT() argument
8669 createDebugReportCallbackEXTUnique( const VULKAN_HPP_NAMESPACE::DebugReportCallbackCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDebugReportCallbackEXTUnique() argument
8801 debugMarkerSetObjectTagEXT( const VULKAN_HPP_NAMESPACE::DebugMarkerObjectTagInfoEXT & tagInfo, Dispatch const & d ) const debugMarkerSetObjectTagEXT() argument
8823 debugMarkerSetObjectNameEXT( const VULKAN_HPP_NAMESPACE::DebugMarkerObjectNameInfoEXT & nameInfo, Dispatch const & d ) const debugMarkerSetObjectNameEXT() argument
8900 getVideoCapabilitiesKHR( const VULKAN_HPP_NAMESPACE::VideoProfileKHR & videoProfile, Dispatch const & d ) const getVideoCapabilitiesKHR() argument
8915 getVideoCapabilitiesKHR( const VULKAN_HPP_NAMESPACE::VideoProfileKHR & videoProfile, Dispatch const & d ) const getVideoCapabilitiesKHR() argument
8950 getVideoFormatPropertiesKHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceVideoFormatInfoKHR & videoFormatInfo, Dispatch const & d ) const getVideoFormatPropertiesKHR() argument
8989 getVideoFormatPropertiesKHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceVideoFormatInfoKHR & videoFormatInfo, VideoFormatPropertiesKHRAllocator & videoFormatPropertiesKHRAllocator, Dispatch const & d ) const getVideoFormatPropertiesKHR() argument
9045 createVideoSessionKHR( const VULKAN_HPP_NAMESPACE::VideoSessionCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createVideoSessionKHR() argument
9064 createVideoSessionKHRUnique( const VULKAN_HPP_NAMESPACE::VideoSessionCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createVideoSessionKHRUnique() argument
9153 getVideoSessionMemoryRequirementsKHR( VULKAN_HPP_NAMESPACE::VideoSessionKHR videoSession, Dispatch const & d ) const getVideoSessionMemoryRequirementsKHR() argument
9192 getVideoSessionMemoryRequirementsKHR( VULKAN_HPP_NAMESPACE::VideoSessionKHR videoSession, VideoGetMemoryPropertiesKHRAllocator & videoGetMemoryPropertiesKHRAllocator, Dispatch const & d ) const getVideoSessionMemoryRequirementsKHR() argument
9246 bindVideoSessionMemoryKHR( VULKAN_HPP_NAMESPACE::VideoSessionKHR videoSession, ArrayProxy<const VULKAN_HPP_NAMESPACE::VideoBindMemoryKHR> const & videoSessionBindMemories, Dispatch const & d ) const bindVideoSessionMemoryKHR() argument
9280 createVideoSessionParametersKHR( const VULKAN_HPP_NAMESPACE::VideoSessionParametersCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createVideoSessionParametersKHR() argument
9301 createVideoSessionParametersKHRUnique( const VULKAN_HPP_NAMESPACE::VideoSessionParametersCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createVideoSessionParametersKHRUnique() argument
9340 updateVideoSessionParametersKHR( VULKAN_HPP_NAMESPACE::VideoSessionParametersKHR videoSessionParameters, const VULKAN_HPP_NAMESPACE::VideoSessionParametersUpdateInfoKHR & updateInfo, Dispatch const & d ) const updateVideoSessionParametersKHR() argument
9697 createCuModuleNVX( const VULKAN_HPP_NAMESPACE::CuModuleCreateInfoNVX & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createCuModuleNVX() argument
9716 createCuModuleNVXUnique( const VULKAN_HPP_NAMESPACE::CuModuleCreateInfoNVX & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createCuModuleNVXUnique() argument
9754 createCuFunctionNVX( const VULKAN_HPP_NAMESPACE::CuFunctionCreateInfoNVX & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createCuFunctionNVX() argument
9773 createCuFunctionNVXUnique( const VULKAN_HPP_NAMESPACE::CuFunctionCreateInfoNVX & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createCuFunctionNVXUnique() argument
9947 getImageViewAddressNVX( VULKAN_HPP_NAMESPACE::ImageView imageView, Dispatch const & d ) const getImageViewAddressNVX() argument
10022 getShaderInfoAMD( VULKAN_HPP_NAMESPACE::Pipeline pipeline, VULKAN_HPP_NAMESPACE::ShaderStageFlagBits shaderStage, VULKAN_HPP_NAMESPACE::ShaderInfoTypeAMD infoType, Dispatch const & d ) const getShaderInfoAMD() argument
10063 getShaderInfoAMD( VULKAN_HPP_NAMESPACE::Pipeline pipeline, VULKAN_HPP_NAMESPACE::ShaderStageFlagBits shaderStage, VULKAN_HPP_NAMESPACE::ShaderInfoTypeAMD infoType, Uint8_tAllocator & uint8_tAllocator, Dispatch const & d ) const getShaderInfoAMD() argument
10123 createStreamDescriptorSurfaceGGP( const VULKAN_HPP_NAMESPACE::StreamDescriptorSurfaceCreateInfoGGP & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createStreamDescriptorSurfaceGGP() argument
10144 createStreamDescriptorSurfaceGGPUnique( const VULKAN_HPP_NAMESPACE::StreamDescriptorSurfaceCreateInfoGGP & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createStreamDescriptorSurfaceGGPUnique() argument
10194 getExternalImageFormatPropertiesNV( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::ImageTiling tiling, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageCreateFlags flags, VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV externalHandleType, Dispatch const & d ) const getExternalImageFormatPropertiesNV() argument
10241 getMemoryWin32HandleNV( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV handleType, Dispatch const & d ) const getMemoryWin32HandleNV() argument
10383 getImageFormatProperties2KHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch const & d ) const getImageFormatProperties2KHR() argument
10398 getImageFormatProperties2KHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch const & d ) const getImageFormatProperties2KHR() argument
10430 getQueueFamilyProperties2KHR( Dispatch const & d ) const getQueueFamilyProperties2KHR() argument
10450 getQueueFamilyProperties2KHR( QueueFamilyProperties2Allocator & queueFamilyProperties2Allocator, Dispatch const & d ) const getQueueFamilyProperties2KHR() argument
10469 getQueueFamilyProperties2KHR( Dispatch const & d ) const getQueueFamilyProperties2KHR() argument
10499 getQueueFamilyProperties2KHR( StructureChainAllocator & structureChainAllocator, Dispatch const & d ) const getQueueFamilyProperties2KHR() argument
10581 getSparseImageFormatProperties2KHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseImageFormatInfo2 & formatInfo, Dispatch const & d ) const getSparseImageFormatProperties2KHR() argument
10609 getSparseImageFormatProperties2KHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseImageFormatInfo2 & formatInfo, SparseImageFormatProperties2Allocator & sparseImageFormatProperties2Allocator, Dispatch const & d ) const getSparseImageFormatProperties2KHR() argument
10714 createViSurfaceNN( const VULKAN_HPP_NAMESPACE::ViSurfaceCreateInfoNN & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createViSurfaceNN() argument
10733 createViSurfaceNNUnique( const VULKAN_HPP_NAMESPACE::ViSurfaceCreateInfoNN & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createViSurfaceNNUnique() argument
10784 enumeratePhysicalDeviceGroupsKHR( Dispatch const & d ) const enumeratePhysicalDeviceGroupsKHR() argument
10820 enumeratePhysicalDeviceGroupsKHR( PhysicalDeviceGroupPropertiesAllocator & physicalDeviceGroupPropertiesAllocator, Dispatch const & d ) const enumeratePhysicalDeviceGroupsKHR() argument
10901 getMemoryWin32HandleKHR( const VULKAN_HPP_NAMESPACE::MemoryGetWin32HandleInfoKHR & getWin32HandleInfo, Dispatch const & d ) const getMemoryWin32HandleKHR() argument
10931 getMemoryWin32HandlePropertiesKHR( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, Dispatch const & d ) const getMemoryWin32HandlePropertiesKHR() argument
10964 getMemoryFdKHR( const VULKAN_HPP_NAMESPACE::MemoryGetFdInfoKHR & getFdInfo, Dispatch const & d ) const getMemoryFdKHR() argument
10993 getMemoryFdPropertiesKHR( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, int fd, Dispatch const & d ) const getMemoryFdPropertiesKHR() argument
11057 importSemaphoreWin32HandleKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreWin32HandleInfoKHR & importSemaphoreWin32HandleInfo, Dispatch const & d ) const importSemaphoreWin32HandleKHR() argument
11082 getSemaphoreWin32HandleKHR( const VULKAN_HPP_NAMESPACE::SemaphoreGetWin32HandleInfoKHR & getWin32HandleInfo, Dispatch const & d ) const getSemaphoreWin32HandleKHR() argument
11109 importSemaphoreFdKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR & importSemaphoreFdInfo, Dispatch const & d ) const importSemaphoreFdKHR() argument
11133 getSemaphoreFdKHR( const VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR & getFdInfo, Dispatch const & d ) const getSemaphoreFdKHR() argument
11250 createDescriptorUpdateTemplateKHR( const VULKAN_HPP_NAMESPACE::DescriptorUpdateTemplateCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDescriptorUpdateTemplateKHR() argument
11271 createDescriptorUpdateTemplateKHRUnique( const VULKAN_HPP_NAMESPACE::DescriptorUpdateTemplateCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDescriptorUpdateTemplateKHRUnique() argument
11380 releaseDisplayEXT( VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch const & d ) const releaseDisplayEXT() argument
11404 acquireXlibDisplayEXT( Display & dpy, VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch const & d ) const acquireXlibDisplayEXT() argument
11430 getRandROutputDisplayEXT( Display & dpy, RROutput rrOutput, Dispatch const & d ) const getRandROutputDisplayEXT() argument
11443 getRandROutputDisplayEXTUnique( Display & dpy, RROutput rrOutput, Dispatch const & d ) const getRandROutputDisplayEXTUnique() argument
11476 getSurfaceCapabilities2EXT( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const getSurfaceCapabilities2EXT() argument
11507 displayPowerControlEXT( VULKAN_HPP_NAMESPACE::DisplayKHR display, const VULKAN_HPP_NAMESPACE::DisplayPowerInfoEXT & displayPowerInfo, Dispatch const & d ) const displayPowerControlEXT() argument
11538 registerEventEXT( const VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT & deviceEventInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const registerEventEXT() argument
11556 registerEventEXTUnique( const VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT & deviceEventInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const registerEventEXTUnique() argument
11595 registerDisplayEventEXT( VULKAN_HPP_NAMESPACE::DisplayKHR display, const VULKAN_HPP_NAMESPACE::DisplayEventInfoEXT & displayEventInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const registerDisplayEventEXT() argument
11615 registerDisplayEventEXTUnique( VULKAN_HPP_NAMESPACE::DisplayKHR display, const VULKAN_HPP_NAMESPACE::DisplayEventInfoEXT & displayEventInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const registerDisplayEventEXTUnique() argument
11653 getSwapchainCounterEXT( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, VULKAN_HPP_NAMESPACE::SurfaceCounterFlagBitsEXT counter, Dispatch const & d ) const getSwapchainCounterEXT() argument
11687 getRefreshCycleDurationGOOGLE( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, Dispatch const & d ) const getRefreshCycleDurationGOOGLE() argument
11719 getPastPresentationTimingGOOGLE( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, Dispatch const & d ) const getPastPresentationTimingGOOGLE() argument
11755 getPastPresentationTimingGOOGLE( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, PastPresentationTimingGOOGLEAllocator & pastPresentationTimingGOOGLEAllocator, Dispatch const & d ) const getPastPresentationTimingGOOGLE() argument
11880 createRenderPass2KHR( const VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2 & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRenderPass2KHR() argument
11899 createRenderPass2KHRUnique( const VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2 & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRenderPass2KHRUnique() argument
12001 getSwapchainStatusKHR( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, Dispatch const & d ) const getSwapchainStatusKHR() argument
12061 importFenceWin32HandleKHR( const VULKAN_HPP_NAMESPACE::ImportFenceWin32HandleInfoKHR & importFenceWin32HandleInfo, Dispatch const & d ) const importFenceWin32HandleKHR() argument
12085 getFenceWin32HandleKHR( const VULKAN_HPP_NAMESPACE::FenceGetWin32HandleInfoKHR & getWin32HandleInfo, Dispatch const & d ) const getFenceWin32HandleKHR() argument
12112 importFenceFdKHR( const VULKAN_HPP_NAMESPACE::ImportFenceFdInfoKHR & importFenceFdInfo, Dispatch const & d ) const importFenceFdKHR() argument
12136 getFenceFdKHR( const VULKAN_HPP_NAMESPACE::FenceGetFdInfoKHR & getFdInfo, Dispatch const & d ) const getFenceFdKHR() argument
12170 enumerateQueueFamilyPerformanceQueryCountersKHR( uint32_t queueFamilyIndex, ArrayProxy<VULKAN_HPP_NAMESPACE::PerformanceCounterKHR> const & counters, Dispatch const & d ) const enumerateQueueFamilyPerformanceQueryCountersKHR() argument
12217 enumerateQueueFamilyPerformanceQueryCountersKHR( uint32_t queueFamilyIndex, ArrayProxy<VULKAN_HPP_NAMESPACE::PerformanceCounterKHR> const & counters, Allocator const & vectorAllocator, Dispatch const & d ) const enumerateQueueFamilyPerformanceQueryCountersKHR() argument
12263 enumerateQueueFamilyPerformanceQueryCountersKHR( uint32_t queueFamilyIndex, Dispatch const & d ) const enumerateQueueFamilyPerformanceQueryCountersKHR() argument
12312 enumerateQueueFamilyPerformanceQueryCountersKHR( uint32_t queueFamilyIndex, PerformanceCounterKHRAllocator & performanceCounterKHRAllocator, PerformanceCounterDescriptionKHRAllocator & performanceCounterDescriptionKHRAllocator, Dispatch const & d ) const enumerateQueueFamilyPerformanceQueryCountersKHR() argument
12397 acquireProfilingLockKHR( const VULKAN_HPP_NAMESPACE::AcquireProfilingLockInfoKHR & info, Dispatch const & d ) const acquireProfilingLockKHR() argument
12433 getSurfaceCapabilities2KHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, Dispatch const & d ) const getSurfaceCapabilities2KHR() argument
12448 getSurfaceCapabilities2KHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, Dispatch const & d ) const getSurfaceCapabilities2KHR() argument
12483 getSurfaceFormats2KHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, Dispatch const & d ) const getSurfaceFormats2KHR() argument
12522 getSurfaceFormats2KHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, SurfaceFormat2KHRAllocator & surfaceFormat2KHRAllocator, Dispatch const & d ) const getSurfaceFormats2KHR() argument
12574 getDisplayProperties2KHR( Dispatch const & d ) const getDisplayProperties2KHR() argument
12606 getDisplayProperties2KHR( DisplayProperties2KHRAllocator & displayProperties2KHRAllocator, Dispatch const & d ) const getDisplayProperties2KHR() argument
12649 getDisplayPlaneProperties2KHR( Dispatch const & d ) const getDisplayPlaneProperties2KHR() argument
12681 getDisplayPlaneProperties2KHR( DisplayPlaneProperties2KHRAllocator & displayPlaneProperties2KHRAllocator, Dispatch const & d ) const getDisplayPlaneProperties2KHR() argument
12729 getDisplayModeProperties2KHR( VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch const & d ) const getDisplayModeProperties2KHR() argument
12764 getDisplayModeProperties2KHR( VULKAN_HPP_NAMESPACE::DisplayKHR display, DisplayModeProperties2KHRAllocator & displayModeProperties2KHRAllocator, Dispatch const & d ) const getDisplayModeProperties2KHR() argument
12815 getDisplayPlaneCapabilities2KHR( const VULKAN_HPP_NAMESPACE::DisplayPlaneInfo2KHR & displayPlaneInfo, Dispatch const & d ) const getDisplayPlaneCapabilities2KHR() argument
12851 createIOSSurfaceMVK( const VULKAN_HPP_NAMESPACE::IOSSurfaceCreateInfoMVK & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createIOSSurfaceMVK() argument
12870 createIOSSurfaceMVKUnique( const VULKAN_HPP_NAMESPACE::IOSSurfaceCreateInfoMVK & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createIOSSurfaceMVKUnique() argument
12912 createMacOSSurfaceMVK( const VULKAN_HPP_NAMESPACE::MacOSSurfaceCreateInfoMVK & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createMacOSSurfaceMVK() argument
12931 createMacOSSurfaceMVKUnique( const VULKAN_HPP_NAMESPACE::MacOSSurfaceCreateInfoMVK & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createMacOSSurfaceMVKUnique() argument
12965 setDebugUtilsObjectNameEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsObjectNameInfoEXT & nameInfo, Dispatch const & d ) const setDebugUtilsObjectNameEXT() argument
12987 setDebugUtilsObjectTagEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsObjectTagInfoEXT & tagInfo, Dispatch const & d ) const setDebugUtilsObjectTagEXT() argument
13105 createDebugUtilsMessengerEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsMessengerCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDebugUtilsMessengerEXT() argument
13124 createDebugUtilsMessengerEXTUnique( const VULKAN_HPP_NAMESPACE::DebugUtilsMessengerCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDebugUtilsMessengerEXTUnique() argument
13246 getAndroidHardwareBufferPropertiesANDROID( const struct AHardwareBuffer & buffer, Dispatch const & d ) const getAndroidHardwareBufferPropertiesANDROID() argument
13258 getAndroidHardwareBufferPropertiesANDROID( const struct AHardwareBuffer & buffer, Dispatch const & d ) const getAndroidHardwareBufferPropertiesANDROID() argument
13285 getMemoryAndroidHardwareBufferANDROID( const VULKAN_HPP_NAMESPACE::MemoryGetAndroidHardwareBufferInfoANDROID & info, Dispatch const & d ) const getMemoryAndroidHardwareBufferANDROID() argument
13456 getImageSparseMemoryRequirements2KHR( const VULKAN_HPP_NAMESPACE::ImageSparseMemoryRequirementsInfo2 & info, Dispatch const & d ) const getImageSparseMemoryRequirements2KHR() argument
13483 getImageSparseMemoryRequirements2KHR( const VULKAN_HPP_NAMESPACE::ImageSparseMemoryRequirementsInfo2 & info, SparseImageMemoryRequirements2Allocator & sparseImageMemoryRequirements2Allocator, Dispatch const & d ) const getImageSparseMemoryRequirements2KHR() argument
13528 createAccelerationStructureKHR( const VULKAN_HPP_NAMESPACE::AccelerationStructureCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createAccelerationStructureKHR() argument
13548 createAccelerationStructureKHRUnique( const VULKAN_HPP_NAMESPACE::AccelerationStructureCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createAccelerationStructureKHRUnique() argument
13796 copyAccelerationStructureKHR( VULKAN_HPP_NAMESPACE::DeferredOperationKHR deferredOperation, const VULKAN_HPP_NAMESPACE::CopyAccelerationStructureInfoKHR & info, Dispatch const & d ) const copyAccelerationStructureKHR() argument
13828 copyAccelerationStructureToMemoryKHR( VULKAN_HPP_NAMESPACE::DeferredOperationKHR deferredOperation, const VULKAN_HPP_NAMESPACE::CopyAccelerationStructureToMemoryInfoKHR & info, Dispatch const & d ) const copyAccelerationStructureToMemoryKHR() argument
13861 copyMemoryToAccelerationStructureKHR( VULKAN_HPP_NAMESPACE::DeferredOperationKHR deferredOperation, const VULKAN_HPP_NAMESPACE::CopyMemoryToAccelerationStructureInfoKHR & info, Dispatch const & d ) const copyMemoryToAccelerationStructureKHR() argument
13904 writeAccelerationStructuresPropertiesKHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::AccelerationStructureKHR> const & accelerationStructures, VULKAN_HPP_NAMESPACE::QueryType queryType, ArrayProxy<T> const & data, size_t stride, Dispatch const & d ) const writeAccelerationStructuresPropertiesKHR() argument
13926 writeAccelerationStructuresPropertiesKHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::AccelerationStructureKHR> const & accelerationStructures, VULKAN_HPP_NAMESPACE::QueryType queryType, size_t dataSize, size_t stride, Dispatch const & d ) const writeAccelerationStructuresPropertiesKHR() argument
13950 writeAccelerationStructuresPropertyKHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::AccelerationStructureKHR> const & accelerationStructures, VULKAN_HPP_NAMESPACE::QueryType queryType, size_t stride, Dispatch const & d ) const writeAccelerationStructuresPropertyKHR() argument
14197 createSamplerYcbcrConversionKHR( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSamplerYcbcrConversionKHR() argument
14217 createSamplerYcbcrConversionKHRUnique( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createSamplerYcbcrConversionKHRUnique() argument
14281 bindBufferMemory2KHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindBufferMemoryInfo> const & bindInfos, Dispatch const & d ) const bindBufferMemory2KHR() argument
14305 bindImageMemory2KHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos, Dispatch const & d ) const bindImageMemory2KHR() argument
14333 getImageDrmFormatModifierPropertiesEXT( VULKAN_HPP_NAMESPACE::Image image, Dispatch const & d ) const getImageDrmFormatModifierPropertiesEXT() argument
14366 createValidationCacheEXT( const VULKAN_HPP_NAMESPACE::ValidationCacheCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createValidationCacheEXT() argument
14385 createValidationCacheEXTUnique( const VULKAN_HPP_NAMESPACE::ValidationCacheCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createValidationCacheEXTUnique() argument
14474 mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::ValidationCacheEXT> const & srcCaches, Dispatch const & d ) const mergeValidationCachesEXT() argument
14503 getValidationCacheDataEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT validationCache, Dispatch const & d ) const getValidationCacheDataEXT() argument
14537 getValidationCacheDataEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT validationCache, Uint8_tAllocator & uint8_tAllocator, Dispatch const & d ) const getValidationCacheDataEXT() argument
14659 createAccelerationStructureNV( const VULKAN_HPP_NAMESPACE::AccelerationStructureCreateInfoNV & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createAccelerationStructureNV() argument
14679 createAccelerationStructureNVUnique( const VULKAN_HPP_NAMESPACE::AccelerationStructureCreateInfoNV & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createAccelerationStructureNVUnique() argument
14817 bindAccelerationStructureMemoryNV( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindAccelerationStructureMemoryInfoNV> const & bindInfos, Dispatch const & d ) const bindAccelerationStructureMemoryNV() argument
14951 createRayTracingPipelinesNV( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoNV> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRayTracingPipelinesNV() argument
14979 createRayTracingPipelinesNV( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoNV> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, PipelineAllocator & pipelineAllocator, Dispatch const & d ) const createRayTracingPipelinesNV() argument
15005 createRayTracingPipelineNV( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, const VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoNV & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRayTracingPipelineNV() argument
15030 createRayTracingPipelinesNVUnique( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoNV> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRayTracingPipelinesNVUnique() argument
15070 createRayTracingPipelinesNVUnique( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoNV> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, PipelineAllocator & pipelineAllocator, Dispatch const & d ) const createRayTracingPipelinesNVUnique() argument
15107 createRayTracingPipelineNVUnique( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, const VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoNV & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRayTracingPipelineNVUnique() argument
15151 getRayTracingShaderGroupHandlesNV( VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t firstGroup, uint32_t groupCount, ArrayProxy<T> const & data, Dispatch const & d ) const getRayTracingShaderGroupHandlesNV() argument
15171 getRayTracingShaderGroupHandlesNV( VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t firstGroup, uint32_t groupCount, size_t dataSize, Dispatch const & d ) const getRayTracingShaderGroupHandlesNV() argument
15192 getRayTracingShaderGroupHandleNV( VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t firstGroup, uint32_t groupCount, Dispatch const & d ) const getRayTracingShaderGroupHandleNV() argument
15225 getAccelerationStructureHandleNV( VULKAN_HPP_NAMESPACE::AccelerationStructureNV accelerationStructure, ArrayProxy<T> const & data, Dispatch const & d ) const getAccelerationStructureHandleNV() argument
15241 getAccelerationStructureHandleNV( VULKAN_HPP_NAMESPACE::AccelerationStructureNV accelerationStructure, size_t dataSize, Dispatch const & d ) const getAccelerationStructureHandleNV() argument
15258 getAccelerationStructureHandleNV( VULKAN_HPP_NAMESPACE::AccelerationStructureNV accelerationStructure, Dispatch const & d ) const getAccelerationStructureHandleNV() argument
15322 compileDeferredNV( VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t shader, Dispatch const & d ) const compileDeferredNV() argument
15436 getMemoryHostPointerPropertiesEXT( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer, Dispatch const & d ) const getMemoryHostPointerPropertiesEXT() argument
15486 getCalibrateableTimeDomainsEXT( Dispatch const & d ) const getCalibrateableTimeDomainsEXT() argument
15518 getCalibrateableTimeDomainsEXT( TimeDomainEXTAllocator & timeDomainEXTAllocator, Dispatch const & d ) const getCalibrateableTimeDomainsEXT() argument
15567 getCalibratedTimestampsEXT( ArrayProxy<const VULKAN_HPP_NAMESPACE::CalibratedTimestampInfoEXT> const & timestampInfos, ArrayProxy<uint64_t> const & timestamps, Dispatch const & d ) const getCalibratedTimestampsEXT() argument
15596 getCalibratedTimestampsEXT( ArrayProxy<const VULKAN_HPP_NAMESPACE::CalibratedTimestampInfoEXT> const & timestampInfos, Dispatch const & d ) const getCalibratedTimestampsEXT() argument
15620 getCalibratedTimestampsEXT( ArrayProxy<const VULKAN_HPP_NAMESPACE::CalibratedTimestampInfoEXT> const & timestampInfos, Uint64_tAllocator & uint64_tAllocator, Dispatch const & d ) const getCalibratedTimestampsEXT() argument
15643 getCalibratedTimestampEXT( const VULKAN_HPP_NAMESPACE::CalibratedTimestampInfoEXT & timestampInfo, Dispatch const & d ) const getCalibratedTimestampEXT() argument
15756 getCheckpointDataNV( Dispatch const & d ) const getCheckpointDataNV() argument
15774 getCheckpointDataNV( CheckpointDataNVAllocator & checkpointDataNVAllocator, Dispatch const & d ) const getCheckpointDataNV() argument
15802 getSemaphoreCounterValueKHR( VULKAN_HPP_NAMESPACE::Semaphore semaphore, Dispatch const & d ) const getSemaphoreCounterValueKHR() argument
15825 waitSemaphoresKHR( const VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo & waitInfo, uint64_t timeout, Dispatch const & d ) const waitSemaphoresKHR() argument
15849 signalSemaphoreKHR( const VULKAN_HPP_NAMESPACE::SemaphoreSignalInfo & signalInfo, Dispatch const & d ) const signalSemaphoreKHR() argument
15873 initializePerformanceApiINTEL( const VULKAN_HPP_NAMESPACE::InitializePerformanceApiInfoINTEL & initializeInfo, Dispatch const & d ) const initializePerformanceApiINTEL() argument
15902 setPerformanceMarkerINTEL( const VULKAN_HPP_NAMESPACE::PerformanceMarkerInfoINTEL & markerInfo, Dispatch const & d ) const setPerformanceMarkerINTEL() argument
15925 setPerformanceStreamMarkerINTEL( const VULKAN_HPP_NAMESPACE::PerformanceStreamMarkerInfoINTEL & markerInfo, Dispatch const & d ) const setPerformanceStreamMarkerINTEL() argument
15948 setPerformanceOverrideINTEL( const VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL & overrideInfo, Dispatch const & d ) const setPerformanceOverrideINTEL() argument
15975 acquirePerformanceConfigurationINTEL( const VULKAN_HPP_NAMESPACE::PerformanceConfigurationAcquireInfoINTEL & acquireInfo, Dispatch const & d ) const acquirePerformanceConfigurationINTEL() argument
15992 acquirePerformanceConfigurationINTELUnique( const VULKAN_HPP_NAMESPACE::PerformanceConfigurationAcquireInfoINTEL & acquireInfo, Dispatch const & d ) const acquirePerformanceConfigurationINTELUnique() argument
16023 releasePerformanceConfigurationINTEL( VULKAN_HPP_NAMESPACE::PerformanceConfigurationINTEL configuration, Dispatch const & d ) const releasePerformanceConfigurationINTEL() argument
16045 release( VULKAN_HPP_NAMESPACE::PerformanceConfigurationINTEL configuration, Dispatch const & d ) const release() argument
16066 setPerformanceConfigurationINTEL( VULKAN_HPP_NAMESPACE::PerformanceConfigurationINTEL configuration, Dispatch const & d ) const setPerformanceConfigurationINTEL() argument
16093 getPerformanceParameterINTEL( VULKAN_HPP_NAMESPACE::PerformanceParameterTypeINTEL parameter, Dispatch const & d ) const getPerformanceParameterINTEL() argument
16140 createImagePipeSurfaceFUCHSIA( const VULKAN_HPP_NAMESPACE::ImagePipeSurfaceCreateInfoFUCHSIA & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createImagePipeSurfaceFUCHSIA() argument
16160 createImagePipeSurfaceFUCHSIAUnique( const VULKAN_HPP_NAMESPACE::ImagePipeSurfaceCreateInfoFUCHSIA & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createImagePipeSurfaceFUCHSIAUnique() argument
16203 createMetalSurfaceEXT( const VULKAN_HPP_NAMESPACE::MetalSurfaceCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createMetalSurfaceEXT() argument
16222 createMetalSurfaceEXTUnique( const VULKAN_HPP_NAMESPACE::MetalSurfaceCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createMetalSurfaceEXTUnique() argument
16261 getFragmentShadingRatesKHR( Dispatch const & d ) const getFragmentShadingRatesKHR() argument
16297 getFragmentShadingRatesKHR( PhysicalDeviceFragmentShadingRateKHRAllocator & physicalDeviceFragmentShadingRateKHRAllocator, Dispatch const & d ) const getFragmentShadingRatesKHR() argument
16393 getToolPropertiesEXT( Dispatch const & d ) const getToolPropertiesEXT() argument
16427 getToolPropertiesEXT( PhysicalDeviceToolPropertiesEXTAllocator & physicalDeviceToolPropertiesEXTAllocator, Dispatch const & d ) const getToolPropertiesEXT() argument
16473 waitForPresentKHR( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, uint64_t presentId, uint64_t timeout, Dispatch const & d ) const waitForPresentKHR() argument
16504 getCooperativeMatrixPropertiesNV( Dispatch const & d ) const getCooperativeMatrixPropertiesNV() argument
16539 getCooperativeMatrixPropertiesNV( CooperativeMatrixPropertiesNVAllocator & cooperativeMatrixPropertiesNVAllocator, Dispatch const & d ) const getCooperativeMatrixPropertiesNV() argument
16589 getSupportedFramebufferMixedSamplesCombinationsNV( Dispatch const & d ) const getSupportedFramebufferMixedSamplesCombinationsNV() argument
16626 getSupportedFramebufferMixedSamplesCombinationsNV( FramebufferMixedSamplesCombinationNVAllocator & framebufferMixedSamplesCombinationNVAllocator, Dispatch const & d ) const getSupportedFramebufferMixedSamplesCombinationsNV() argument
16682 getSurfacePresentModes2EXT( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, Dispatch const & d ) const getSurfacePresentModes2EXT() argument
16721 getSurfacePresentModes2EXT( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, PresentModeKHRAllocator & presentModeKHRAllocator, Dispatch const & d ) const getSurfacePresentModes2EXT() argument
16768 acquireFullScreenExclusiveModeEXT( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, Dispatch const & d ) const acquireFullScreenExclusiveModeEXT() argument
16789 releaseFullScreenExclusiveModeEXT( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, Dispatch const & d ) const releaseFullScreenExclusiveModeEXT() argument
16815 getGroupSurfacePresentModes2EXT( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, Dispatch const & d ) const getGroupSurfacePresentModes2EXT() argument
16850 createHeadlessSurfaceEXT( const VULKAN_HPP_NAMESPACE::HeadlessSurfaceCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createHeadlessSurfaceEXT() argument
16869 createHeadlessSurfaceEXTUnique( const VULKAN_HPP_NAMESPACE::HeadlessSurfaceCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createHeadlessSurfaceEXTUnique() argument
17181 createDeferredOperationKHR( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDeferredOperationKHR() argument
17198 createDeferredOperationKHRUnique( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDeferredOperationKHRUnique() argument
17286 getDeferredOperationResultKHR( VULKAN_HPP_NAMESPACE::DeferredOperationKHR operation, Dispatch const & d ) const getDeferredOperationResultKHR() argument
17310 deferredOperationJoinKHR( VULKAN_HPP_NAMESPACE::DeferredOperationKHR operation, Dispatch const & d ) const deferredOperationJoinKHR() argument
17344 getPipelineExecutablePropertiesKHR( const VULKAN_HPP_NAMESPACE::PipelineInfoKHR & pipelineInfo, Dispatch const & d ) const getPipelineExecutablePropertiesKHR() argument
17381 getPipelineExecutablePropertiesKHR( const VULKAN_HPP_NAMESPACE::PipelineInfoKHR & pipelineInfo, PipelineExecutablePropertiesKHRAllocator & pipelineExecutablePropertiesKHRAllocator, Dispatch const & d ) const getPipelineExecutablePropertiesKHR() argument
17434 getPipelineExecutableStatisticsKHR( const VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR & executableInfo, Dispatch const & d ) const getPipelineExecutableStatisticsKHR() argument
17474 getPipelineExecutableStatisticsKHR( const VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR & executableInfo, PipelineExecutableStatisticKHRAllocator & pipelineExecutableStatisticKHRAllocator, Dispatch const & d ) const getPipelineExecutableStatisticsKHR() argument
17531 getPipelineExecutableInternalRepresentationsKHR( const VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR & executableInfo, Dispatch const & d ) const getPipelineExecutableInternalRepresentationsKHR() argument
17575 getPipelineExecutableInternalRepresentationsKHR( const VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR & executableInfo, PipelineExecutableInternalRepresentationKHRAllocator & pipelineExecutableInternalRepresentationKHRAllocator, Dispatch const & d ) const getPipelineExecutableInternalRepresentationsKHR() argument
17742 createIndirectCommandsLayoutNV( const VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNV & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createIndirectCommandsLayoutNV() argument
17762 createIndirectCommandsLayoutNVUnique( const VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNV & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createIndirectCommandsLayoutNVUnique() argument
17852 acquireDrmDisplayEXT( int32_t drmFd, VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch const & d ) const acquireDrmDisplayEXT() argument
17878 getDrmDisplayEXT( int32_t drmFd, uint32_t connectorId, Dispatch const & d ) const getDrmDisplayEXT() argument
17891 getDrmDisplayEXTUnique( int32_t drmFd, uint32_t connectorId, Dispatch const & d ) const getDrmDisplayEXTUnique() argument
17924 createPrivateDataSlotEXT( const VULKAN_HPP_NAMESPACE::PrivateDataSlotCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createPrivateDataSlotEXT() argument
17943 createPrivateDataSlotEXTUnique( const VULKAN_HPP_NAMESPACE::PrivateDataSlotCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createPrivateDataSlotEXTUnique() argument
18033 setPrivateDataEXT( VULKAN_HPP_NAMESPACE::ObjectType objectType, uint64_t objectHandle, VULKAN_HPP_NAMESPACE::PrivateDataSlotEXT privateDataSlot, uint64_t data, Dispatch const & d ) const setPrivateDataEXT() argument
18226 submit2KHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::SubmitInfo2KHR> const & submits, VULKAN_HPP_NAMESPACE::Fence fence, Dispatch const & d ) const submit2KHR() argument
18268 getCheckpointData2NV( Dispatch const & d ) const getCheckpointData2NV() argument
18286 getCheckpointData2NV( CheckpointData2NVAllocator & checkpointData2NVAllocator, Dispatch const & d ) const getCheckpointData2NV() argument
18449 acquireWinrtDisplayNV( VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch const & d ) const acquireWinrtDisplayNV() argument
18473 getWinrtDisplayNV( uint32_t deviceRelativeId, Dispatch const & d ) const getWinrtDisplayNV() argument
18486 getWinrtDisplayNVUnique( uint32_t deviceRelativeId, Dispatch const & d ) const getWinrtDisplayNVUnique() argument
18522 createDirectFBSurfaceEXT( const VULKAN_HPP_NAMESPACE::DirectFBSurfaceCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDirectFBSurfaceEXT() argument
18541 createDirectFBSurfaceEXTUnique( const VULKAN_HPP_NAMESPACE::DirectFBSurfaceCreateInfoEXT & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createDirectFBSurfaceEXTUnique() argument
18652 createRayTracingPipelinesKHR( VULKAN_HPP_NAMESPACE::DeferredOperationKHR deferredOperation, VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoKHR> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRayTracingPipelinesKHR() argument
18684 createRayTracingPipelinesKHR( VULKAN_HPP_NAMESPACE::DeferredOperationKHR deferredOperation, VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoKHR> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, PipelineAllocator & pipelineAllocator, Dispatch const & d ) const createRayTracingPipelinesKHR() argument
18714 createRayTracingPipelineKHR( VULKAN_HPP_NAMESPACE::DeferredOperationKHR deferredOperation, VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, const VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRayTracingPipelineKHR() argument
18743 createRayTracingPipelinesKHRUnique( VULKAN_HPP_NAMESPACE::DeferredOperationKHR deferredOperation, VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoKHR> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRayTracingPipelinesKHRUnique() argument
18789 createRayTracingPipelinesKHRUnique( VULKAN_HPP_NAMESPACE::DeferredOperationKHR deferredOperation, VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoKHR> const & createInfos, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, PipelineAllocator & pipelineAllocator, Dispatch const & d ) const createRayTracingPipelinesKHRUnique() argument
18832 createRayTracingPipelineKHRUnique( VULKAN_HPP_NAMESPACE::DeferredOperationKHR deferredOperation, VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, const VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoKHR & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createRayTracingPipelineKHRUnique() argument
18881 getRayTracingShaderGroupHandlesKHR( VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t firstGroup, uint32_t groupCount, ArrayProxy<T> const & data, Dispatch const & d ) const getRayTracingShaderGroupHandlesKHR() argument
18901 getRayTracingShaderGroupHandlesKHR( VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t firstGroup, uint32_t groupCount, size_t dataSize, Dispatch const & d ) const getRayTracingShaderGroupHandlesKHR() argument
18923 getRayTracingShaderGroupHandleKHR( VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t firstGroup, uint32_t groupCount, Dispatch const & d ) const getRayTracingShaderGroupHandleKHR() argument
18958 getRayTracingCaptureReplayShaderGroupHandlesKHR( VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t firstGroup, uint32_t groupCount, ArrayProxy<T> const & data, Dispatch const & d ) const getRayTracingCaptureReplayShaderGroupHandlesKHR() argument
18979 getRayTracingCaptureReplayShaderGroupHandlesKHR( VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t firstGroup, uint32_t groupCount, size_t dataSize, Dispatch const & d ) const getRayTracingCaptureReplayShaderGroupHandlesKHR() argument
19001 getRayTracingCaptureReplayShaderGroupHandleKHR( VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t firstGroup, uint32_t groupCount, Dispatch const & d ) const getRayTracingCaptureReplayShaderGroupHandleKHR() argument
19134 getMemoryZirconHandleFUCHSIA( const VULKAN_HPP_NAMESPACE::MemoryGetZirconHandleInfoFUCHSIA & getZirconHandleInfo, Dispatch const & d ) const getMemoryZirconHandleFUCHSIA() argument
19164 getMemoryZirconHandlePropertiesFUCHSIA( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, Dispatch const & d ) const getMemoryZirconHandlePropertiesFUCHSIA() argument
19199 importSemaphoreZirconHandleFUCHSIA( const VULKAN_HPP_NAMESPACE::ImportSemaphoreZirconHandleInfoFUCHSIA & importSemaphoreZirconHandleInfo, Dispatch const & d ) const importSemaphoreZirconHandleFUCHSIA() argument
19227 getSemaphoreZirconHandleFUCHSIA( const VULKAN_HPP_NAMESPACE::SemaphoreGetZirconHandleInfoFUCHSIA & getZirconHandleInfo, Dispatch const & d ) const getSemaphoreZirconHandleFUCHSIA() argument
19264 createBufferCollectionFUCHSIA( const VULKAN_HPP_NAMESPACE::BufferCollectionCreateInfoFUCHSIA & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createBufferCollectionFUCHSIA() argument
19284 createBufferCollectionFUCHSIAUnique( const VULKAN_HPP_NAMESPACE::BufferCollectionCreateInfoFUCHSIA & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createBufferCollectionFUCHSIAUnique() argument
19320 setBufferCollectionImageConstraintsFUCHSIA( VULKAN_HPP_NAMESPACE::BufferCollectionFUCHSIA collection, const VULKAN_HPP_NAMESPACE::ImageConstraintsInfoFUCHSIA & imageConstraintsInfo, Dispatch const & d ) const setBufferCollectionImageConstraintsFUCHSIA() argument
19351 setBufferCollectionBufferConstraintsFUCHSIA( VULKAN_HPP_NAMESPACE::BufferCollectionFUCHSIA collection, const VULKAN_HPP_NAMESPACE::BufferConstraintsInfoFUCHSIA & bufferConstraintsInfo, Dispatch const & d ) const setBufferCollectionBufferConstraintsFUCHSIA() argument
19437 getBufferCollectionPropertiesFUCHSIA( VULKAN_HPP_NAMESPACE::BufferCollectionFUCHSIA collection, Dispatch const & d ) const getBufferCollectionPropertiesFUCHSIA() argument
19468 getSubpassShadingMaxWorkgroupSizeHUAWEI( VULKAN_HPP_NAMESPACE::RenderPass renderpass, Dispatch const & d ) const getSubpassShadingMaxWorkgroupSizeHUAWEI() argument
19519 getMemoryRemoteAddressNV( const VULKAN_HPP_NAMESPACE::MemoryGetRemoteAddressInfoNV & memoryGetRemoteAddressInfo, Dispatch const & d ) const getMemoryRemoteAddressNV() argument
19598 createScreenSurfaceQNX( const VULKAN_HPP_NAMESPACE::ScreenSurfaceCreateInfoQNX & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createScreenSurfaceQNX() argument
19617 createScreenSurfaceQNXUnique( const VULKAN_HPP_NAMESPACE::ScreenSurfaceCreateInfoQNX & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const createScreenSurfaceQNXUnique() argument
19875 getImageSparseMemoryRequirementsKHR( const VULKAN_HPP_NAMESPACE::DeviceImageMemoryRequirementsKHR & info, Dispatch const & d ) const getImageSparseMemoryRequirementsKHR() argument
19903 getImageSparseMemoryRequirementsKHR( const VULKAN_HPP_NAMESPACE::DeviceImageMemoryRequirementsKHR & info, SparseImageMemoryRequirements2Allocator & sparseImageMemoryRequirements2Allocator, Dispatch const & d ) const getImageSparseMemoryRequirementsKHR() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp1266 renderPassUsesStorageResources() const renderPassUsesStorageResources() argument
2863 getDevice() const synchronizeCpuGpuTime() argument
3362 isViewportFlipEnabledForDrawFBO() const isViewportFlipEnabledForDrawFBO() argument
3367 isViewportFlipEnabledForReadFBO() const isViewportFlipEnabledForReadFBO() argument
3372 isRotatedAspectRatioForDrawFBO() const isRotatedAspectRatioForDrawFBO() argument
3377 isRotatedAspectRatioForReadFBO() const isRotatedAspectRatioForReadFBO() argument
3382 getRotationDrawFramebuffer() const getRotationDrawFramebuffer() argument
3387 getRotationReadFramebuffer() const getRotationReadFramebuffer() argument
3441 getCorrectedViewport(const gl::Rectangle &viewport) const getCorrectedViewport() argument
4191 getCurrentProgramSpecConstUsageBits() const getCurrentProgramSpecConstUsageBits() argument
4275 getNativeCaps() const getNativeCaps() argument
4280 getNativeTextureCaps() const getNativeTextureCaps() argument
4285 getNativeExtensions() const getNativeExtensions() argument
4290 getNativeLimitations() const getNativeLimitations() argument
4931 getClearColorValue() const getClearColorValue() argument
4936 getClearDepthStencilValue() const getClearDepthStencilValue() argument
4941 getClearColorMasks() const getClearColorMasks() argument
[all...]
/third_party/skia/src/core/
H A DSkPath.cpp236 isInterpolatable(const SkPath& compare) const isInterpolatable() argument
243 interpolate(const SkPath& ending, SkScalar weight, SkPath* out) const interpolate() argument
283 conservativelyContainsRect(const SkRect& rect) const conservativelyContainsRect() argument
350 getGenerationID() const getGenerationID() argument
375 isLastContourClosed() const isLastContourClosed() argument
383 isLine(SkPoint line[2]) const isLine() argument
451 isRect(SkRect* rect, bool* isClosed, SkPathDirection* direction) const isRect() argument
458 isOval(SkRect* bounds) const isOval() argument
462 isRRect(SkRRect* rrect) const isRRect() argument
466 countPoints() const countPoints() argument
470 getPoints(SkPoint dst[], int max) const getPoints() argument
480 getPoint(int index) const getPoint() argument
487 countVerbs() const countVerbs() argument
491 getVerbs(uint8_t dst[], int max) const getVerbs() argument
503 approximateBytesUsed() const approximateBytesUsed() argument
511 getLastPt(SkPoint* lastPt) const getLastPt() argument
557 setConvexity(SkPathConvexity c) const setConvexity() argument
560 setFirstDirection(SkPathFirstDirection d) const setFirstDirection() argument
563 getFirstDirection() const getFirstDirection() argument
567 isConvexityAccurate() const isConvexityAccurate() argument
579 getConvexity() const getConvexity() argument
995 hasOnlyMoveTos() const hasOnlyMoveTos() argument
1010 isZeroLengthSincePoint(int startPtIndex) const isZeroLengthSincePoint() argument
1547 offset(SkScalar dx, SkScalar dy, SkPath* dst) const offset() argument
1567 transform(const SkMatrix& matrix, SkPath* dst, SkApplyPerspectiveClip pc) const transform() argument
1707 isClosedContour() const isClosedContour() argument
1900 dump(SkWStream* wStream, bool dumpAsHex) const dump() argument
1950 dump(std::string& desc, int depth) const dump() argument
1996 dumpArrays(SkWStream* wStream, bool dumpAsHex) const dumpArrays() argument
2066 isValidImpl() const isValidImpl() argument
2259 computeConvexity() const computeConvexity() argument
2369 done() const done() argument
2371 count() const count() argument
2372 pts() const pts() argument
3022 contains(SkScalar x, SkScalar y) const contains() argument
3328 computeTightBounds() const computeTightBounds() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp318 EGLint Context::getClientVersion() const in getClientVersion() argument
323 EGLint Context::getConfigID() const in getConfigID() argument
366 bool Context::isCullFaceEnabled() const in isCullFaceEnabled() argument
394 bool Context::isDepthTestEnabled() const in isDepthTestEnabled() argument
423 bool Context::isBlendEnabled() const in isBlendEnabled() argument
478 bool Context::isStencilTestEnabled() const in isStencilTestEnabled() argument
562 bool Context::isPolygonOffsetFillEnabled() const in isPolygonOffsetFillEnabled() argument
587 bool Context::isSampleAlphaToCoverageEnabled() const in isSampleAlphaToCoverageEnabled() argument
601 isSampleCoverageEnabled() const isSampleCoverageEnabled() argument
622 isScissorTestEnabled() const isScissorTestEnabled() argument
636 isDitherEnabled() const isDitherEnabled() argument
646 isPrimitiveRestartFixedIndexEnabled() const isPrimitiveRestartFixedIndexEnabled() argument
656 isRasterizerDiscardEnabled() const isRasterizerDiscardEnabled() argument
728 getColorMask() const getColorMask() argument
750 getReadFramebufferName() const getReadFramebufferName() argument
755 getDrawFramebufferName() const getDrawFramebufferName() argument
760 getRenderbufferName() const getRenderbufferName() argument
796 getArrayBufferName() const getArrayBufferName() argument
801 getElementArrayBufferName() const getElementArrayBufferName() argument
807 getActiveQuery(GLenum target) const getActiveQuery() argument
844 getVertexAttribState(unsigned int attribNum) const getVertexAttribState() argument
855 getVertexAttribPointer(unsigned int attribNum) const getVertexAttribPointer() argument
880 getUnpackParameters() const getUnpackParameters() argument
1108 getBuffer(GLuint handle) const getBuffer() argument
1113 getShader(GLuint handle) const getShader() argument
1118 getProgram(GLuint handle) const getProgram() argument
1123 getTexture(GLuint handle) const getTexture() argument
1128 getRenderbuffer(GLuint handle) const getRenderbuffer() argument
1133 getReadFramebuffer() const getReadFramebuffer() argument
1138 getDrawFramebuffer() const getDrawFramebuffer() argument
1444 getFramebuffer(unsigned int handle) const getFramebuffer() argument
1449 getFence(unsigned int handle) const getFence() argument
1454 getFenceSync(GLsync handle) const getFenceSync() argument
1459 getQuery(unsigned int handle) const getQuery() argument
1484 getVertexArray(GLuint array) const getVertexArray() argument
1489 getCurrentVertexArray() const getCurrentVertexArray() argument
1494 isVertexArray(GLuint array) const isVertexArray() argument
1499 hasZeroDivisor() const hasZeroDivisor() argument
1515 getTransformFeedback(GLuint transformFeedback) const getTransformFeedback() argument
1520 isTransformFeedback(GLuint array) const isTransformFeedback() argument
1525 getSampler(GLuint sampler) const getSampler() argument
1530 isSampler(GLuint sampler) const isSampler() argument
1535 getArrayBuffer() const getArrayBuffer() argument
1540 getElementArrayBuffer() const getElementArrayBuffer() argument
1545 getCopyReadBuffer() const getCopyReadBuffer() argument
1550 getCopyWriteBuffer() const getCopyWriteBuffer() argument
1555 getPixelPackBuffer() const getPixelPackBuffer() argument
1560 getPixelUnpackBuffer() const getPixelUnpackBuffer() argument
1565 getGenericUniformBuffer() const getGenericUniformBuffer() argument
1575 getRequiredBufferSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type) const getRequiredBufferSize() argument
1597 getPixels(const GLvoid **pixels, GLenum type, size_t imageSize) const getPixels() argument
1631 getBuffer(GLenum target, es2::Buffer **buffer) const getBuffer() argument
1665 getTransformFeedback() const getTransformFeedback() argument
1670 getCurrentProgram() const getCurrentProgram() argument
1675 getTargetTexture(GLenum target) const getTargetTexture() argument
1696 getTexture2D() const getTexture2D() argument
1701 getTexture2D(GLenum target) const getTexture2D() argument
1714 getTexture3D() const getTexture3D() argument
1719 getTexture2DArray() const getTexture2DArray() argument
1724 getTextureCubeMap() const getTextureCubeMap() argument
1729 getTexture2DRect() const getTexture2DRect() argument
1734 getTextureExternal() const getTextureExternal() argument
1739 getSamplerTexture(unsigned int sampler, TextureType type) const getSamplerTexture() argument
1852 getBooleanv(GLenum pname, GLboolean *params) const getBooleanv() argument
1903 getFloatv(GLenum pname, GLfloat *params) const getFloatv() argument
1953 getIntegerv(GLenum pname, T *params) const getIntegerv() argument
2431 getTransformFeedbackiv(GLuint index, GLenum pname, T *param) const getTransformFeedbackiv() argument
2477 getUniformBufferiv(GLuint index, GLenum pname, T *param) const getUniformBufferiv() argument
2514 getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const getQueryParameterInfo() argument
4491 getExtensions(GLuint index, GLuint *numExt) const getExtensions() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp145 Type *getType() const { return type; } in getType() argument
146 int getArraySize() const { retur in getType() argument
193 load() const load() argument
198 store(RValue<T> rvalue) const store() argument
224 operator &() const operator &() argument
302 value() const value() argument
316 rvalue() const rvalue() argument
2623 Arg() const Arg() argument
2708 operator =(RValue<T> rhs) const operator =() argument
2716 operator =(const Reference<T> &ref) const operator =() argument
2725 operator +=(RValue<T> rhs) const operator +=() argument
2731 loadValue() const loadValue() argument
2737 load() const load() argument
2743 getAlignment() const getAlignment() argument
2799 operator RValue<Vector4>() const operator RValue() argument
2808 operator RValue<Vector4>() const operator RValue() argument
2817 operator RValue<Vector4>() const operator RValue() argument
2840 operator RValue<typename Scalar<Vector4>::Type>() const operator RValue::Type>() argument
2847 operator RValue<Vector4>() const operator RValue() argument
2877 operator RValue<Vector4>() const operator RValue() argument
3037 operator *() const operator *() argument
3043 operator [](int index) const operator []() argument
3052 operator [](unsigned int index) const operator []() argument
3061 operator [](RValue<Int> index) const operator []() argument
3070 operator [](RValue<UInt> index) const operator []() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp441 ImDrawList* ImDrawList::CloneOutput() const in CloneOutput() argument
567 int ImDrawList::_CalcCircleAutoSegmentCount(float radius) const in _CalcCircleAutoSegmentCount() argument
2224 CalcCustomRectUV(const ImFontAtlasCustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_max) const CalcCustomRectUV() argument
3305 FindGlyph(ImWchar c) const FindGlyph() argument
3315 FindGlyphNoFallback(ImWchar c) const FindGlyphNoFallback() argument
3325 CalcWordWrapPositionA(float scale, const char* text, const char* text_end, float wrap_width) const CalcWordWrapPositionA() argument
3424 CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin, const char* text_end, const char** remaining) const CalcTextSizeA() argument
3519 RenderChar(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, ImWchar c) const RenderChar() argument
3534 RenderText(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, const ImVec4& clip_rect, const char* text_begin, const char* text_end, float wrap_width, bool cpu_fine_clip) const RenderText() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h234 bool isStrictFPEnabled() const { in isStrictFPEnabled() argument
243 const TargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() argument
245 virtual bool useSoftFloat() const { return false; } in useSoftFloat() argument
250 virtual MVT getPointerTy(const DataLayou argument
210 markLibCallAttributes(MachineFunction *MF, unsigned CC, ArgListTy &Args) const markLibCallAttributes() argument
257 getPointerMemTy(const DataLayout &DL, uint32_t AS = 0) const getPointerMemTy() argument
263 getFrameIndexTy(const DataLayout &DL) const getFrameIndexTy() argument
269 getFenceOperandTy(const DataLayout &DL) const getFenceOperandTy() argument
283 getVectorIdxTy(const DataLayout &DL) const getVectorIdxTy() argument
287 isSelectSupported(SelectSupportKind ) const isSelectSupported() argument
295 reduceSelectOfFPConstantLoads(EVT CmpOpVT) const reduceSelectOfFPConstantLoads() argument
300 hasMultipleConditionRegisters() const hasMultipleConditionRegisters() argument
305 hasExtractBitsInsn() const hasExtractBitsInsn() argument
309 getPreferredVectorAction(MVT VT) const getPreferredVectorAction() argument
330 shouldExpandBuildVectorWithShuffles(EVT , unsigned DefinedValues) const shouldExpandBuildVectorWithShuffles() argument
339 isIntDivCheap(EVT VT, AttributeList Attr) const isIntDivCheap() argument
342 hasStandaloneRem(EVT VT) const hasStandaloneRem() argument
347 isFsqrtCheap(SDValue X, SelectionDAG &DAG) const isFsqrtCheap() argument
384 isSlowDivBypassed() const isSlowDivBypassed() argument
388 getBypassSlowDivWidths() const getBypassSlowDivWidths() argument
394 isJumpExpensive() const isJumpExpensive() argument
398 isPredictableSelectExpensive() const isPredictableSelectExpensive() argument
412 isLoadBitCastBeneficial(EVT LoadVT, EVT BitcastVT, const SelectionDAG &DAG, const MachineMemOperand &MMO) const isLoadBitCastBeneficial() argument
435 isStoreBitCastBeneficial(EVT StoreVT, EVT BitcastVT, const SelectionDAG &DAG, const MachineMemOperand &MMO) const isStoreBitCastBeneficial() argument
445 storeOfVectorConstantIsCheap(EVT MemVT, unsigned NumElem, unsigned AddrSpace) const storeOfVectorConstantIsCheap() argument
454 mergeStoresAfterLegalization(EVT MemVT) const mergeStoresAfterLegalization() argument
459 canMergeStoresTo(unsigned AS, EVT MemVT, const SelectionDAG &DAG) const canMergeStoresTo() argument
465 isCheapToSpeculateCttz() const isCheapToSpeculateCttz() argument
470 isCheapToSpeculateCtlz() const isCheapToSpeculateCtlz() argument
475 isCtlzFast() const isCtlzFast() argument
481 isEqualityCmpFoldedWithSignedCmp() const isEqualityCmpFoldedWithSignedCmp() argument
487 hasBitPreservingFPLogic(EVT VT) const hasBitPreservingFPLogic() argument
493 isMultiStoresCheaperThanBitsMerge(EVT LTy, EVT HTy) const isMultiStoresCheaperThanBitsMerge() argument
507 isMaskAndCmp0FoldingBeneficial(const Instruction &AndI) const isMaskAndCmp0FoldingBeneficial() argument
516 convertSetCCLogicToBitwiseLogic(EVT VT) const convertSetCCLogicToBitwiseLogic() argument
524 hasFastEqualityCompare(unsigned NumBits) const hasFastEqualityCompare() argument
541 hasAndNotCompare(SDValue Y) const hasAndNotCompare() argument
548 hasAndNot(SDValue X) const hasAndNot() argument
558 hasBitTest(SDValue X, SDValue Y) const hasBitTest() argument
565 shouldFoldMaskToVariableShiftPair(SDValue X) const shouldFoldMaskToVariableShiftPair() argument
574 shouldFoldConstantShiftPairToMask(const SDNode *N, CombineLevel Level) const shouldFoldConstantShiftPairToMask() argument
586 shouldTransformSignedTruncationCheck(EVT XVT, unsigned KeptBits) const shouldTransformSignedTruncationCheck() argument
599 shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd( SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y, unsigned OldShiftOpcode, unsigned NewShiftOpcode, SelectionDAG &DAG) const shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd() argument
629 preferIncOfAddToSubOfNot(EVT VT) const preferIncOfAddToSubOfNot() argument
637 enableExtLdPromotion() const enableExtLdPromotion() argument
642 canCombineStoreAndExtract(Type *VectorTy, Value *Idx, unsigned &Cost) const canCombineStoreAndExtract() argument
649 shouldSplatInsEltVarIndex(EVT) const shouldSplatInsEltVarIndex() argument
656 enableAggressiveFMAFusion(EVT VT) const enableAggressiveFMAFusion() argument
683 getBooleanContents(bool isVec, bool isFloat) const getBooleanContents() argument
689 getBooleanContents(EVT Type) const getBooleanContents() argument
694 getSchedulingPreference() const getSchedulingPreference() argument
701 getSchedulingPreference(SDNode *) const getSchedulingPreference() argument
707 getRegClassFor(MVT VT, bool isDivergent = false) const getRegClassFor() argument
717 requiresUniformRegister(MachineFunction &MF, const Value *) const requiresUniformRegister() argument
729 getRepRegClassFor(MVT VT) const getRepRegClassFor() argument
736 getRepRegClassCostFor(MVT VT) const getRepRegClassCostFor() argument
743 shouldExpandShift(SelectionDAG &DAG, SDNode *N) const shouldExpandShift() argument
750 isTypeLegal(EVT VT) const isTypeLegal() argument
767 getTypeAction(MVT VT) const getTypeAction() argument
776 getValueTypeActions() const getValueTypeActions() argument
784 getTypeAction(LLVMContext &Context, EVT VT) const getTypeAction() argument
787 getTypeAction(MVT VT) const getTypeAction() argument
797 getTypeToTransformTo(LLVMContext &Context, EVT VT) const getTypeToTransformTo() argument
805 getTypeToExpandTo(LLVMContext &Context, EVT VT) const getTypeToExpandTo() argument
836 getVectorTypeBreakdownForCallingConv( LLVMContext &Context, CallingConv::ID CC, EVT VT, EVT &IntermediateVT, unsigned &NumIntermediates, MVT &RegisterVT) const getVectorTypeBreakdownForCallingConv() argument
863 getTgtMemIntrinsic(IntrinsicInfo &, const CallInst &, MachineFunction &, unsigned ) const getTgtMemIntrinsic() argument
872 isFPImmLegal(const APFloat & , EVT , bool ForCodeSize = false) const isFPImmLegal() argument
881 isShuffleMaskLegal(ArrayRef<int> , EVT ) const isShuffleMaskLegal() argument
894 isVectorClearMaskLegal(ArrayRef<int> , EVT ) const isVectorClearMaskLegal() argument
902 getOperationAction(unsigned Op, EVT VT) const getOperationAction() argument
913 isSupportedFixedPointOperation(unsigned Op, EVT VT, unsigned Scale) const isSupportedFixedPointOperation() argument
922 getFixedPointOperationAction(unsigned Op, EVT VT, unsigned Scale) const getFixedPointOperationAction() argument
949 getStrictFPOperationAction(unsigned Op, EVT VT) const getStrictFPOperationAction() argument
966 isOperationLegalOrCustom(unsigned Op, EVT VT) const isOperationLegalOrCustom() argument
975 isOperationLegalOrPromote(unsigned Op, EVT VT) const isOperationLegalOrPromote() argument
984 isOperationLegalOrCustomOrPromote(unsigned Op, EVT VT) const isOperationLegalOrCustomOrPromote() argument
993 isOperationCustom(unsigned Op, EVT VT) const isOperationCustom() argument
998 areJTsAllowed(const Function *Fn) const areJTsAllowed() argument
1007 rangeFitsInWord(const APInt &Low, const APInt &High, const DataLayout &DL) const rangeFitsInWord() argument
1026 isSuitableForBitTests(unsigned NumDests, unsigned NumCmps, const APInt &Low, const APInt &High, const DataLayout &DL) const isSuitableForBitTests() argument
1051 isOperationExpand(unsigned Op, EVT VT) const isOperationExpand() argument
1056 isOperationLegal(unsigned Op, EVT VT) const isOperationLegal() argument
1064 getLoadExtAction(unsigned ExtType, EVT ValVT, EVT MemVT) const getLoadExtAction() argument
1186 isCondCodeLegal(ISD::CondCode CC, MVT VT) const isCondCodeLegal() argument
1192 isCondCodeLegalOrCustom(ISD::CondCode CC, MVT VT) const isCondCodeLegalOrCustom() argument
1199 getTypeToPromoteTo(unsigned Op, MVT VT) const getTypeToPromoteTo() argument
1226 getValueType(const DataLayout &DL, Type *Ty, bool AllowUnknown = false) const getValueType() argument
1246 getMemValueType(const DataLayout &DL, Type *Ty, bool AllowUnknown = false) const getMemValueType() argument
1266 getSimpleValueType(const DataLayout &DL, Type *Ty, bool AllowUnknown = false) const getSimpleValueType() argument
1277 getRegisterType(MVT VT) const getRegisterType() argument
1283 getRegisterType(LLVMContext &Context, EVT VT) const getRegisterType() argument
1311 getNumRegisters(LLVMContext &Context, EVT VT) const getNumRegisters() argument
1334 getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC, EVT VT) const getRegisterTypeForCallingConv() argument
1342 getNumRegistersForCallingConv(LLVMContext &Context, CallingConv::ID CC, EVT VT) const getNumRegistersForCallingConv() argument
1350 getABIAlignmentForCallingConv(Type *ArgTy, DataLayout DL) const getABIAlignmentForCallingConv() argument
1358 ShouldShrinkFPConstant(EVT) const ShouldShrinkFPConstant() argument
1362 shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, EVT NewVT) const shouldReduceLoadWidth() argument
1375 hasBigEndianPartOrdering(EVT VT, const DataLayout &DL) const hasBigEndianPartOrdering() argument
1381 hasTargetDAGCombine(ISD::NodeType NT) const hasTargetDAGCombine() argument
1386 getGatherAllAliasesMaxDepth() const getGatherAllAliasesMaxDepth() argument
1391 getVaListSizeInBits(const DataLayout &DL) const getVaListSizeInBits() argument
1401 getMaxStoresPerMemset(bool OptSize) const getMaxStoresPerMemset() argument
1411 getMaxStoresPerMemcpy(bool OptSize) const getMaxStoresPerMemcpy() argument
1420 getMaxGluedStoresPerMemcpy() const getMaxGluedStoresPerMemcpy() argument
1430 getMaxExpandSizeMemcmp(bool OptSize) const getMaxExpandSizeMemcmp() argument
1440 getMaxStoresPerMemmove(bool OptSize) const getMaxStoresPerMemmove() argument
1453 allowsMisalignedMemoryAccesses( EVT, unsigned AddrSpace = 0, unsigned Align = 1, MachineMemOperand::Flags Flags = MachineMemOperand::MONone, bool * = nullptr) const allowsMisalignedMemoryAccesses() argument
1461 allowsMisalignedMemoryAccesses( LLT, unsigned AddrSpace = 0, unsigned Align = 1, MachineMemOperand::Flags Flags = MachineMemOperand::MONone, bool * = nullptr) const allowsMisalignedMemoryAccesses() argument
1517 getOptimalMemOpType(uint64_t , unsigned , unsigned , bool , bool , bool , const AttributeList & ) const getOptimalMemOpType() argument
1527 getOptimalMemOpLLT(uint64_t , unsigned , unsigned , bool , bool , bool , const AttributeList & ) const getOptimalMemOpLLT() argument
1541 isSafeMemOpType(MVT ) const isSafeMemOpType() argument
1553 isJumpTableRelative() const isJumpTableRelative() argument
1559 getStackPointerRegisterToSaveRestore() const getStackPointerRegisterToSaveRestore() argument
1566 getExceptionPointerRegister(const Constant *PersonalityFn) const getExceptionPointerRegister() argument
1574 getExceptionSelectorRegister(const Constant *PersonalityFn) const getExceptionSelectorRegister() argument
1579 needsFixedCatchObjects() const needsFixedCatchObjects() argument
1584 getMinStackArgumentAlignment() const getMinStackArgumentAlignment() argument
1589 getMinFunctionAlignment() const getMinFunctionAlignment() argument
1592 getPrefFunctionAlignment() const getPrefFunctionAlignment() argument
1595 getPrefLoopAlignment(MachineLoop *ML = nullptr) const getPrefLoopAlignment() argument
1601 alignLoopsWithOptSize() const alignLoopsWithOptSize() argument
1624 useStackGuardXorFP() const useStackGuardXorFP() argument
1642 getStackProbeSymbolName(MachineFunction &MF) const getStackProbeSymbolName() argument
1647 isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const isNoopAddrSpaceCast() argument
1654 isFreeAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const isFreeAddrSpaceCast() argument
1662 shouldAlignPointerArgs(CallInst * , unsigned & , unsigned & ) const shouldAlignPointerArgs() argument
1688 getMaxAtomicSizeInBitsSupported() const getMaxAtomicSizeInBitsSupported() argument
1699 getMinCmpXchgSizeInBits() const getMinCmpXchgSizeInBits() argument
1702 supportsUnalignedAtomics() const supportsUnalignedAtomics() argument
1707 shouldInsertFencesForAtomic(const Instruction *I) const shouldInsertFencesForAtomic() argument
1715 emitLoadLinked(IRBuilder< &Builder, Value *Addr, AtomicOrdering Ord) const emitLoadLinked() argument
1722 emitStoreConditional(IRBuilder< &Builder, Value *Val, Value *Addr, AtomicOrdering Ord) const emitStoreConditional() argument
1730 emitMaskedAtomicRMWIntrinsic(IRBuilder< &Builder, AtomicRMWInst *AI, Value *AlignedAddr, Value *Incr, Value *Mask, Value *ShiftAmt, AtomicOrdering Ord) const emitMaskedAtomicRMWIntrinsic() argument
1741 emitMaskedAtomicCmpXchgIntrinsic( IRBuilder< &Builder, AtomicCmpXchgInst *CI, Value *AlignedAddr, Value *CmpVal, Value *NewVal, Value *Mask, AtomicOrdering Ord) const emitMaskedAtomicCmpXchgIntrinsic() argument
1780 emitLeadingFence(IRBuilder< &Builder, Instruction *Inst, AtomicOrdering Ord) const emitLeadingFence() argument
1788 emitTrailingFence(IRBuilder< &Builder, Instruction *Inst, AtomicOrdering Ord) const emitTrailingFence() argument
1804 emitAtomicCmpXchgNoStoreLLBalance(IRBuilder< &Builder) const emitAtomicCmpXchgNoStoreLLBalance() argument
1808 shouldExpandAtomicStoreInIR(StoreInst *SI) const shouldExpandAtomicStoreInIR() argument
1813 shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const shouldSignExtendTypeInLibCall() argument
1818 shouldExtendTypeInLibCall(EVT Type) const shouldExtendTypeInLibCall() argument
1824 shouldExpandAtomicLoadInIR(LoadInst *LI) const shouldExpandAtomicLoadInIR() argument
1831 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const shouldExpandAtomicCmpXchgInIR() argument
1837 shouldExpandAtomicRMWInIR(AtomicRMWInst *RMW) const shouldExpandAtomicRMWInIR() argument
1854 lowerIdempotentRMWIntoFencedLoad(AtomicRMWInst *RMWI) const lowerIdempotentRMWIntoFencedLoad() argument
1860 getExtendForAtomicOps() const getExtendForAtomicOps() argument
1871 shouldNormalizeToSelectSequence(LLVMContext &Context, EVT VT) const shouldNormalizeToSelectSequence() argument
1884 isProfitableToCombineMinNumMaxNum(EVT VT) const isProfitableToCombineMinNumMaxNum() argument
1889 convertSelectOfConstantsToMath(EVT VT) const convertSelectOfConstantsToMath() argument
1898 decomposeMulByConstant(LLVMContext &Context, EVT VT, SDValue C) const decomposeMulByConstant() argument
1908 shouldUseStrictFP_TO_INT(EVT FpVT, EVT IntVT, bool IsSigned) const shouldUseStrictFP_TO_INT() argument
2384 isZExtFree(Type *FromTy, Type *ToTy) const isZExtFree() argument
2388 isZExtFree(EVT FromTy, EVT ToTy) const isZExtFree() argument
2394 isSExtCheaperThanZExt(EVT FromTy, EVT ToTy) const isSExtCheaperThanZExt() argument
2403 shouldSinkOperands(Instruction *I, SmallVectorImpl<Use *> &Ops) const shouldSinkOperands() argument
2429 hasPairedLoad(EVT , unsigned & ) const hasPairedLoad() argument
2435 hasVectorBlend() const hasVectorBlend() argument
2439 getMaxSupportedInterleaveFactor() const getMaxSupportedInterleaveFactor() argument
2448 lowerInterleavedLoad(LoadInst *LI, ArrayRef<ShuffleVectorInst *> Shuffles, ArrayRef<unsigned> Indices, unsigned Factor) const lowerInterleavedLoad() argument
2461 lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, unsigned Factor) const lowerInterleavedStore() argument
2469 isZExtFree(SDValue Val, EVT VT2) const isZExtFree() argument
2476 isFPExtFree(EVT DestVT, EVT SrcVT) const isFPExtFree() argument
2485 isFPExtFoldable(const SelectionDAG &DAG, unsigned Opcode, EVT DestVT, EVT SrcVT) const isFPExtFoldable() argument
2494 isVectorLoadExtDesirable(SDValue ExtVal) const isVectorLoadExtDesirable() argument
2498 isFNegFree(EVT VT) const isFNegFree() argument
2505 isFAbsFree(EVT VT) const isFAbsFree() argument
2518 isFMAFasterThanFMulAndFAdd(const MachineFunction &MF, EVT) const isFMAFasterThanFMulAndFAdd() argument
2524 isFMAFasterThanFMulAndFAdd(const Function &F, Type *) const isFMAFasterThanFMulAndFAdd() argument
2530 isFMADLegalForFAddFSub(const SelectionDAG &DAG, const SDNode *N) const isFMADLegalForFAddFSub() argument
2539 isNarrowingProfitable(EVT , EVT ) const isNarrowingProfitable() argument
2548 shouldConvertConstantLoadToIntImm(const APInt &Imm, Type *Ty) const shouldConvertConstantLoadToIntImm() argument
2557 isExtractSubvectorCheap(EVT ResVT, EVT SrcVT, unsigned Index) const isExtractSubvectorCheap() argument
2564 shouldScalarizeBinop(SDValue VecOp) const shouldScalarizeBinop() argument
2572 isExtractVecEltCheap(EVT VT, unsigned Index) const isExtractVecEltCheap() argument
2580 shouldFormOverflowOp(unsigned Opcode, EVT VT) const shouldFormOverflowOp() argument
2595 aggressivelyPreferBuildVectorSources(EVT VecVT) const aggressivelyPreferBuildVectorSources() argument
2602 shouldConsiderGEPOffsetSplit() const shouldConsiderGEPOffsetSplit() argument
2606 shouldAvoidTransformToShift(EVT VT, unsigned Amount) const shouldAvoidTransformToShift() argument
2620 getLibcallName(RTLIB::Libcall Call) const getLibcallName() argument
2632 getCmpLibcallCC(RTLIB::Libcall Call) const getCmpLibcallCC() argument
2642 getLibcallCallingConv(RTLIB::Libcall Call) const getLibcallCallingConv() argument
2834 getIndexedModeAction(unsigned IdxMode, MVT VT, unsigned Shift) const getIndexedModeAction() argument
2846 isExtFreeImpl(const Instruction *I) const isExtFreeImpl() argument
2965 isSDNodeSourceOfDivergence(const SDNode *N, FunctionLoweringInfo *FLI, LegacyDivergenceAnalysis *DA) const isSDNodeSourceOfDivergence() argument
2971 isSDNodeAlwaysUniform(const SDNode * N) const isSDNodeAlwaysUniform() argument
2978 getPreIndexedAddressParts(SDNode * , SDValue & , SDValue & , ISD::MemIndexedMode & , SelectionDAG & ) const getPreIndexedAddressParts() argument
2988 getPostIndexedAddressParts(SDNode * , SDNode * , SDValue & , SDValue & , ISD::MemIndexedMode & , SelectionDAG & ) const getPostIndexedAddressParts() argument
2999 isIndexingLegal(MachineInstr &MI, Register Base, Register Offset, bool IsPre, MachineRegisterInfo &MRI) const isIndexingLegal() argument
3009 LowerCustomJumpTableEntry(const MachineJumpTableInfo * , const MachineBasicBlock * , unsigned , MCContext & ) const LowerCustomJumpTableEntry() argument
3111 targetShrinkDemandedConstant(SDValue Op, const APInt &Demanded, TargetLoweringOpt &TLO) const targetShrinkDemandedConstant() argument
3314 unwrapAddress(SDValue N) const unwrapAddress() argument
3344 isDesirableToCommuteWithShift(const SDNode *N, CombineLevel Level) const isDesirableToCommuteWithShift() argument
3358 isDesirableToCombineBuildVectorToShuffleTruncate( ArrayRef<int> ShuffleMask, EVT SrcVT, EVT TruncVT) const isDesirableToCombineBuildVectorToShuffleTruncate() argument
3367 isTypeDesirableForOp(unsigned , EVT VT) const isTypeDesirableForOp() argument
3375 isDesirableToTransformToIntegerOp(unsigned , EVT ) const isDesirableToTransformToIntegerOp() argument
3383 IsDesirableToPromoteOp(SDValue , EVT & ) const IsDesirableToPromoteOp() argument
3389 supportSwiftError() const supportSwiftError() argument
3395 supportSplitCSR(MachineFunction *MF) const supportSplitCSR() argument
3402 initializeSplitCSR(MachineBasicBlock *Entry) const initializeSplitCSR() argument
3410 insertCopiesSplitCSR( MachineBasicBlock *Entry, const SmallVectorImpl<MachineBasicBlock *> &Exits) const insertCopiesSplitCSR() argument
3437 LowerFormalArguments( SDValue , CallingConv::ID , bool , const SmallVectorImpl<ISD::InputArg> & , const SDLoc & , SelectionDAG & , SmallVectorImpl<SDValue> & ) const LowerFormalArguments() argument
3656 LowerCall(CallLoweringInfo & , SmallVectorImpl<SDValue> & ) const LowerCall() argument
3662 HandleByVal(CCState *, unsigned &, unsigned) const HandleByVal() argument
3667 CanLowerReturn(CallingConv::ID , MachineFunction & , bool , const SmallVectorImpl<ISD::OutputArg> & , LLVMContext & ) const CanLowerReturn() argument
3679 LowerReturn(SDValue , CallingConv::ID , bool , const SmallVectorImpl<ISD::OutputArg> & , const SmallVectorImpl<SDValue> & , const SDLoc & , SelectionDAG & ) const LowerReturn() argument
3693 isUsedByReturnOnly(SDNode *, SDValue & ) const isUsedByReturnOnly() argument
3700 mayBeEmittedAsTailCall(const CallInst *) const mayBeEmittedAsTailCall() argument
3706 getClearCacheBuiltinName() const getClearCacheBuiltinName() argument
3713 getRegisterByName(const char* RegName, LLT Ty, const MachineFunction &MF) const getRegisterByName() argument
3724 getTypeForExtReturn(LLVMContext &Context, EVT VT, ISD::NodeType ) const getTypeForExtReturn() argument
3734 functionArgumentNeedsConsecutiveRegisters(Type *Ty, CallingConv::ID CallConv, bool isVarArg) const functionArgumentNeedsConsecutiveRegisters() argument
3744 shouldSplitFunctionArgumentsAsLittleEndian(const DataLayout &DL) const shouldSplitFunctionArgumentsAsLittleEndian() argument
3750 getScratchRegisters(CallingConv::ID CC) const getScratchRegisters() argument
3761 prepareVolatileOrAtomicLoad(SDValue Chain, const SDLoc &DL, SelectionDAG &DAG) const prepareVolatileOrAtomicLoad() argument
3769 getMMOFlags(const Instruction &I) const getMMOFlags() argument
3777 lowerAtomicStoreAsStoreSDNode(const StoreInst &SI) const lowerAtomicStoreAsStoreSDNode() argument
3786 lowerAtomicLoadAsLoadSDNode(const LoadInst &LI) const lowerAtomicLoadAsLoadSDNode() argument
3825 ReplaceNodeResults(SDNode * , SmallVectorImpl<SDValue> & , SelectionDAG & ) const ReplaceNodeResults() argument
3836 createFastISel(FunctionLoweringInfo &, const TargetLibraryInfo *) const createFastISel() argument
3852 ExpandInlineAsm(CallInst *) const ExpandInlineAsm() argument
3957 getInlineAsmMemConstraint(StringRef ConstraintCode) const getInlineAsmMemConstraint() argument
4000 combineRepeatedFPDivisors() const combineRepeatedFPDivisors() argument
4022 getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, int &RefinementSteps, bool &UseOneConstNR, bool Reciprocal) const getSqrtEstimate() argument
4038 getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, int &RefinementSteps) const getRecipEstimate() argument
4240 useLoadStackGuardNode() const useLoadStackGuardNode() argument
4244 emitStackGuardXorFP(SelectionDAG &DAG, SDValue Val, const SDLoc &DL) const emitStackGuardXorFP() argument
4255 expandIndirectJTBranch(const SDLoc& dl, SDValue Value, SDValue Addr, SelectionDAG &DAG) const expandIndirectJTBranch() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h157 bool hasRHSComponent(OutputStream &S) const { in hasRHSComponent() argument
163 bool hasArray(OutputStream &S) const { in hasArray() argument
169 bool hasFunction(OutputStream &S) const { in hasFunction() argument
175 Kind getKind() const { return K; } in getKind() argument
177 virtual bool hasRHSComponentSlow(OutputStream &) const { return false; } in hasRHSComponentSlow() argument
178 virtual bool hasArraySlow(OutputStream &) const { return false; } in hasArraySlow() argument
179 virtual bool hasFunctionSlow(OutputStream &) const { return false; } in hasFunctionSlow() argument
183 virtual const Nod argument
187 print(OutputStream &S) const print() argument
200 printRight(OutputStream &) const printRight() argument
202 getBaseName() const getBaseName() argument
221 empty() const empty() argument
222 size() const size() argument
224 begin() const begin() argument
225 end() const end() argument
227 operator [](size_t Idx) const operator []() argument
229 printWithComma(OutputStream &S) const printWithComma() argument
269 match(Fn F) const match() argument
287 match(Fn F) const match() argument
318 printQuals(OutputStream &S) const printQuals() argument
333 match(Fn F) const match() argument
360 match(Fn F) const match() argument
376 match(Fn F) const match() argument
390 match(Fn F) const match() argument
392 getName() const getName() argument
405 match(Fn F) const match() argument
439 match(Fn F) const match() argument
458 match(Fn F) const match() argument
460 isObjCObject() const isObjCObject() argument
481 match(Fn F) const match() argument
530 collapse(OutputStream &S) const collapse() argument
548 match(Fn F) const match() argument
587 match(Fn F) const match() argument
621 match(Fn F) const match() argument
655 match(Fn F) const match() argument
704 match(Fn F) const match() argument
719 match(Fn F) const match() argument
746 match(Fn F) const match() argument
750 getCVQuals() const getCVQuals() argument
751 getRefQual() const getRefQual() argument
752 getParams() const getParams() argument
753 getReturnType() const getReturnType() argument
758 getName() const getName() argument
800 match(Fn F) const match() argument
816 match(Fn F) const match() argument
833 match(Fn F) const match() argument
886 match(Fn F) const match() argument
906 match(Fn F) const match() argument
924 match(Fn F) const match() argument
950 match(Fn F) const match() argument
977 match(Fn F) const match() argument
997 match(Fn F) const match() argument
1022 match(Fn F) const match() argument
1043 match(Fn F) const match() argument
1067 initializePackExpansion(OutputStream &S) const initializePackExpansion() argument
1091 match(Fn F) const match() argument
1139 match(Fn F) const match() argument
1141 getElements() const getElements() argument
1157 match(Fn F) const match() argument
1159 getChild() const getChild() argument
1200 match(Fn F) const match() argument
1315 match(Fn F) const match() argument
1356 match(Fn F) const match() argument
1408 match(Fn F) const match() argument
1462 match(Fn F) const match() argument
1477 match(Fn F) const match() argument
1491 match(Fn F) const match() argument
1511 match(Fn F) const match() argument
1515 printDeclarator(OutputStream &S) const printDeclarator() argument
1540 match(Fn F) const match() argument
1561 match(Fn F) const match() argument
1590 match(Fn F) const match() argument
1609 match(Fn F) const match() argument
1628 match(Fn F) const match() argument
1650 match(Fn F) const match() argument
1669 match(Fn F) const match() argument
1688 match(Fn F) const match() argument
1707 match(Fn F) const match() argument
1725 match(Fn F) const match() argument
1748 match(Fn F) const match() argument
1783 match(Fn F) const match() argument
1803 match(Fn F) const match() argument
1819 match(Fn F) const match() argument
1835 match(Fn F) const match() argument
1853 match(Fn F) const match() argument
1872 match(Fn F) const match() argument
1897 match(Fn F) const match() argument
1922 match(Fn F) const match() argument
1972 match(Fn F) const match() argument
1986 match(Fn F) const match() argument
2001 match(Fn F) const match() argument
2014 match(Fn F) const match() argument
2029 match(Fn F) const match() argument
2048 match(Fn F) const match() argument
2066 match(Fn F) const match() argument
2110 match(Fn F) const match() argument
2150 visit(Fn F) const visit() argument
2181 isInline() const isInline() argument
2272 empty() const empty() argument
2273 size() const size() argument
2410 numLeft() const numLeft() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp638 BasicBlock *getBasicBlock(unsigned ID) const { in getBasicBlock() argument
643 AttributeList getAttributes(unsigned i) const { in getAttributes() argument
5359 getIdentifiedStructTypes() const getIdentifiedStructTypes() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp222 void RegSortData::print(raw_ostream &OS) const { in print() argument
226 LLVM_DUMP_METHOD void RegSortData::dump() const { in dump() argument
256 begin() const begin() argument
257 end() const end() argument
309 getUsedByIndices(const SCEV *Reg) const getUsedByIndices() argument
466 isCanonical(const Loop &L) const isCanonical() argument
539 hasZeroEnd() const hasZeroEnd() argument
549 getNumRegs() const getNumRegs() argument
555 getType() const getType() argument
570 referencesReg(const SCEV *S) const referencesReg() argument
576 hasRegsUsedByUsesOtherThan(size_t LUIdx, const RegUseTracker &RegUses) const hasRegsUsedByUsesOtherThan() argument
588 print(raw_ostream &OS) const print() argument
624 dump() const dump() argument
1445 print(raw_ostream &OS) const print() argument
1465 dump() const dump() argument
1471 isUseFullyOutsideLoop(const Loop *L) const isUseFullyOutsideLoop() argument
1485 print(raw_ostream &OS) const print() argument
1508 dump() const dump() argument
1515 HasFormulaWithSameRegs(const Formula &F) const HasFormulaWithSameRegs() argument
1524 getNotSelectedProbability(const SCEV *Reg) const getNotSelectedProbability() argument
1591 print(raw_ostream &OS) const print() argument
1624 dump() const dump() argument
2058 getChanged() const getChanged() argument
4090 print(raw_ostream &OS) const print() argument
4095 dump() const dump() argument
4412 EstimateSearchSpaceComplexity() const EstimateSearchSpaceComplexity() argument
4893 SolveRecurse(SmallVectorImpl<const Formula *> &Solution, Cost &SolutionCost, SmallVectorImpl<const Formula *> &Workspace, const Cost &CurCost, const SmallPtrSet<const SCEV *, 16> &CurRegs, DenseSet<const SCEV *> &VisitedRegs) const SolveRecurse() argument
4970 Solve(SmallVectorImpl<const Formula *> &Solution) const Solve() argument
5007 HoistInsertPosition(BasicBlock::iterator IP, const SmallVectorImpl<Instruction *> &Inputs) const HoistInsertPosition() argument
5064 AdjustInsertPositionForExpand(BasicBlock::iterator LowestIP, const LSRFixup &LF, const LSRUse &LU, SCEVExpander &Rewriter) const AdjustInsertPositionForExpand() argument
5128 Expand(const LSRUse &LU, const LSRFixup &LF, const Formula &F, BasicBlock::iterator IP, SCEVExpander &Rewriter, SmallVectorImpl<WeakTrackingVH> &DeadInsts) const Expand() argument
5306 RewriteForPHI( PHINode *PN, const LSRUse &LU, const LSRFixup &LF, const Formula &F, SCEVExpander &Rewriter, SmallVectorImpl<WeakTrackingVH> &DeadInsts) const RewriteForPHI() argument
5421 Rewrite(const LSRUse &LU, const LSRFixup &LF, const Formula &F, SCEVExpander &Rewriter, SmallVectorImpl<WeakTrackingVH> &DeadInsts) const Rewrite() argument
5611 print_factors_and_types(raw_ostream &OS) const print_factors_and_types() argument
5631 print_fixups(raw_ostream &OS) const print_fixups() argument
5641 print_uses(raw_ostream &OS) const print_uses() argument
5655 print(raw_ostream &OS) const print() argument
5661 dump() const dump() argument
5685 getAnalysisUsage(AnalysisUsage &AU) const getAnalysisUsage() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1682 isValid() const isValid() argument
1700 operator *() const operator *() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp219 uint32_t TargetMIPS32::getStackAlignment() const { in getStackAlignment() argument
1021 getRegName(RegNumT RegNum, Type Ty) const getRegName() argument
1047 emitJumpTable(const Cfg *Func, const InstJumpTable *JumpTable) const emitJumpTable() argument
1120 emitVariable(const Variable *Var) const emitVariable() argument
2301 getRegisterSet(RegSetMask Include, RegSetMask Exclude) const getRegisterSet() argument
[all...]
H A DIceTargetLoweringX8664.cpp249 const Inst *BoolFolding::getProducerFor(const Operand *Opnd) const { in getProducerFor() argument
260 void BoolFolding::dump(const Cf argument
800 getRegName(RegNumT RegNum, Type Ty) const getRegName() argument
804 emitVariable(const Variable *Var) const emitVariable() argument
1197 getRegisterSet(RegSetMask Include, RegSetMask Exclude) const getRegisterSet() argument
4452 dumpAddressOpt( const ConstantRelocatable *const Relocatable, int32_t Offset, const Variable *Base, const Variable *Index, uint16_t Shift, const Inst *Reason) const dumpAddressOpt() argument
6848 emit(const ConstantInteger32 *C) const emit() argument
6855 emit(const ConstantInteger64 *C) const emit() argument
6862 emit(const ConstantFloat *C) const emit() argument
6869 emit(const ConstantDouble *C) const emit() argument
6876 emit(const ConstantUndef *) const emit() argument
6880 emit(const ConstantRelocatable *C) const emit() argument
6888 emitJumpTable(const Cfg *, const InstJumpTable *JumpTable) const emitJumpTable() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp125 bool isActive() const { return Active; } in isActive() argument
126 bool isPredicated() const { return Predicated; } in isPredicated() argument
127 unsigned getElementSize() const { in getElementSize() argument
131 unsigned getDstReg() const { return Dst; } in getDstReg() argument
132 unsigned getPgReg() const { in getPgReg() argument
150 SMLoc getLoc() const { return getParser().getTok().getLoc(); } in getLoc() argument
489 getToken() const getToken() argument
494 isTokenSuffix() const isTokenSuffix() argument
499 getImm() const getImm() argument
504 getShiftedImmVal() const getShiftedImmVal() argument
509 getShiftedImmShift() const getShiftedImmShift() argument
514 getCondCode() const getCondCode() argument
519 getFPImm() const getFPImm() argument
524 getFPImmIsExact() const getFPImmIsExact() argument
529 getBarrier() const getBarrier() argument
534 getBarrierName() const getBarrierName() argument
544 getRegEqualityTy() const getRegEqualityTy() argument
549 getVectorListStart() const getVectorListStart() argument
554 getVectorListCount() const getVectorListCount() argument
559 getVectorIndex() const getVectorIndex() argument
564 getSysReg() const getSysReg() argument
569 getSysCR() const getSysCR() argument
574 getPrefetch() const getPrefetch() argument
579 getPSBHint() const getPSBHint() argument
584 getPSBHintName() const getPSBHintName() argument
589 getBTIHint() const getBTIHint() argument
594 getBTIHintName() const getBTIHintName() argument
599 getPrefetchName() const getPrefetchName() argument
604 getShiftExtendType() const getShiftExtendType() argument
612 getShiftExtendAmount() const getShiftExtendAmount() argument
620 hasShiftExtendAmount() const hasShiftExtendAmount() argument
631 isUImm6() const isUImm6() argument
641 isSImm() const isSImm() argument
643 isSImmScaled() const isSImmScaled() argument
647 isUImmScaled() const isUImmScaled() argument
652 isImmScaled(bool Signed) const isImmScaled() argument
677 isSVEPattern() const isSVEPattern() argument
689 isSymbolicUImm12Offset(const MCExpr *Expr) const isSymbolicUImm12Offset() argument
724 isUImm12Offset() const isUImm12Offset() argument
737 isImmInRange() const isImmInRange() argument
750 isLogicalImm() const isLogicalImm() argument
766 isShiftedImm() const isShiftedImm() argument
772 getShiftedVal() const getShiftedVal() argument
789 isAddSubImm() const isAddSubImm() argument
834 isAddSubImmNeg() const isAddSubImmNeg() argument
851 isSVECpyImm() const isSVECpyImm() argument
869 isSVEAddSubImm() const isSVEAddSubImm() argument
884 isSVEPreferredLogicalImm() const isSVEPreferredLogicalImm() argument
890 isCondCode() const isCondCode() argument
892 isSIMDImmType10() const isSIMDImmType10() argument
902 isBranchTarget() const isBranchTarget() argument
916 isMovWSymbol(ArrayRef<AArch64MCExpr::VariantKind> AllowedModifiers) const isMovWSymbol() argument
938 isMovWSymbolG3() const isMovWSymbolG3() argument
942 isMovWSymbolG2() const isMovWSymbolG2() argument
950 isMovWSymbolG1() const isMovWSymbolG1() argument
959 isMovWSymbolG0() const isMovWSymbolG0() argument
969 isMOVZMovAlias() const isMOVZMovAlias() argument
980 isMOVNMovAlias() const isMOVNMovAlias() argument
990 isFPImm() const isFPImm() argument
995 isBarrier() const isBarrier() argument
996 isSysReg() const isSysReg() argument
998 isMRSSystemRegister() const isMRSSystemRegister() argument
1004 isMSRSystemRegister() const isMSRSystemRegister() argument
1009 isSystemPStateFieldWithImm0_1() const isSystemPStateFieldWithImm0_1() argument
1017 isSystemPStateFieldWithImm0_15() const isSystemPStateFieldWithImm0_15() argument
1026 isScalarReg() const isScalarReg() argument
1030 isNeonVectorReg() const isNeonVectorReg() argument
1034 isNeonVectorRegLo() const isNeonVectorRegLo() argument
1040 isSVEVectorReg() const isSVEVectorReg() argument
1060 isFPRasZPR() const isFPRasZPR() argument
1066 isSVEPredicateVectorRegOfWidth() const isSVEPredicateVectorRegOfWidth() argument
1077 isSVEDataVectorRegOfWidth() const isSVEDataVectorRegOfWidth() argument
1090 isSVEDataVectorRegWithShiftExtend() const isSVEDataVectorRegWithShiftExtend() argument
1110 isGPR32as64() const isGPR32as64() argument
1115 isGPR64as32() const isGPR64as32() argument
1120 isWSeqPair() const isWSeqPair() argument
1126 isXSeqPair() const isXSeqPair() argument
1133 isComplexRotation() const isComplexRotation() argument
1145 isGPR64() const isGPR64() argument
1151 isGPR64WithShiftExtend() const isGPR64WithShiftExtend() argument
1164 isImplicitlyTypedVectorList() const isImplicitlyTypedVectorList() argument
1172 isTypedVectorList() const isTypedVectorList() argument
1185 isVectorIndex() const isVectorIndex() argument
1195 isTokenEqual(StringRef Str) const isTokenEqual() argument
1198 isSysCR() const isSysCR() argument
1199 isPrefetch() const isPrefetch() argument
1200 isPSBHint() const isPSBHint() argument
1201 isBTIHint() const isBTIHint() argument
1202 isShiftExtend() const isShiftExtend() argument
1203 isShifter() const isShifter() argument
1213 isExactFPImm() const isExactFPImm() argument
1237 isExactFPImm() const isExactFPImm() argument
1246 isExtend() const isExtend() argument
1259 isExtend64() const isExtend64() argument
1269 isExtendLSL64() const isExtendLSL64() argument
1278 isMemXExtend() const isMemXExtend() argument
1287 isMemWExtend() const isMemWExtend() argument
1297 isArithmeticShifter() const isArithmeticShifter() argument
1308 isLogicalShifter() const isLogicalShifter() argument
1319 isMovImm32Shifter() const isMovImm32Shifter() argument
1331 isMovImm64Shifter() const isMovImm64Shifter() argument
1343 isLogicalVecShifter() const isLogicalVecShifter() argument
1353 isLogicalVecHalfWordShifter() const isLogicalVecHalfWordShifter() argument
1363 isMoveVecShifter() const isMoveVecShifter() argument
1379 isSImm9OffsetFB() const isSImm9OffsetFB() argument
1383 isAdrpLabel() const isAdrpLabel() argument
1399 isAdrLabel() const isAdrLabel() argument
1415 addExpr(MCInst &Inst, const MCExpr *Expr) const addExpr() argument
1425 addRegOperands(MCInst &Inst, unsigned N) const addRegOperands() argument
1430 addGPR32as64Operands(MCInst &Inst, unsigned N) const addGPR32as64Operands() argument
1442 addGPR64as32Operands(MCInst &Inst, unsigned N) const addGPR64as32Operands() argument
1455 addFPRasZPRRegOperands(MCInst &Inst, unsigned N) const addFPRasZPRRegOperands() argument
1469 addVectorReg64Operands(MCInst &Inst, unsigned N) const addVectorReg64Operands() argument
1476 addVectorReg128Operands(MCInst &Inst, unsigned N) const addVectorReg128Operands() argument
1483 addVectorRegLoOperands(MCInst &Inst, unsigned N) const addVectorRegLoOperands() argument
1495 addVectorListOperands(MCInst &Inst, unsigned N) const addVectorListOperands() argument
1517 addVectorIndexOperands(MCInst &Inst, unsigned N) const addVectorIndexOperands() argument
1523 addExactFPImmOperands(MCInst &Inst, unsigned N) const addExactFPImmOperands() argument
1529 addImmOperands(MCInst &Inst, unsigned N) const addImmOperands() argument
1538 addImmWithOptionalShiftOperands(MCInst &Inst, unsigned N) const addImmWithOptionalShiftOperands() argument
1553 addImmNegWithOptionalShiftOperands(MCInst &Inst, unsigned N) const addImmNegWithOptionalShiftOperands() argument
1562 addCondCodeOperands(MCInst &Inst, unsigned N) const addCondCodeOperands() argument
1567 addAdrpLabelOperands(MCInst &Inst, unsigned N) const addAdrpLabelOperands() argument
1576 addAdrLabelOperands(MCInst &Inst, unsigned N) const addAdrLabelOperands() argument
1581 addUImm12OffsetOperands(MCInst &Inst, unsigned N) const addUImm12OffsetOperands() argument
1592 addUImm6Operands(MCInst &Inst, unsigned N) const addUImm6Operands() argument
1599 addImmScaledOperands(MCInst &Inst, unsigned N) const addImmScaledOperands() argument
1606 addLogicalImmOperands(MCInst &Inst, unsigned N) const addLogicalImmOperands() argument
1615 addLogicalImmNotOperands(MCInst &Inst, unsigned N) const addLogicalImmNotOperands() argument
1623 addSIMDImmType10Operands(MCInst &Inst, unsigned N) const addSIMDImmType10Operands() argument
1630 addBranchTarget26Operands(MCInst &Inst, unsigned N) const addBranchTarget26Operands() argument
1644 addPCRelLabel19Operands(MCInst &Inst, unsigned N) const addPCRelLabel19Operands() argument
1658 addBranchTarget14Operands(MCInst &Inst, unsigned N) const addBranchTarget14Operands() argument
1672 addFPImmOperands(MCInst &Inst, unsigned N) const addFPImmOperands() argument
1678 addBarrierOperands(MCInst &Inst, unsigned N) const addBarrierOperands() argument
1683 addMRSSystemRegisterOperands(MCInst &Inst, unsigned N) const addMRSSystemRegisterOperands() argument
1689 addMSRSystemRegisterOperands(MCInst &Inst, unsigned N) const addMSRSystemRegisterOperands() argument
1695 addSystemPStateFieldWithImm0_1Operands(MCInst &Inst, unsigned N) const addSystemPStateFieldWithImm0_1Operands() argument
1701 addSystemPStateFieldWithImm0_15Operands(MCInst &Inst, unsigned N) const addSystemPStateFieldWithImm0_15Operands() argument
1707 addSysCROperands(MCInst &Inst, unsigned N) const addSysCROperands() argument
1712 addPrefetchOperands(MCInst &Inst, unsigned N) const addPrefetchOperands() argument
1717 addPSBHintOperands(MCInst &Inst, unsigned N) const addPSBHintOperands() argument
1722 addBTIHintOperands(MCInst &Inst, unsigned N) const addBTIHintOperands() argument
1727 addShifterOperands(MCInst &Inst, unsigned N) const addShifterOperands() argument
1734 addExtendOperands(MCInst &Inst, unsigned N) const addExtendOperands() argument
1742 addExtend64Operands(MCInst &Inst, unsigned N) const addExtend64Operands() argument
1750 addMemExtendOperands(MCInst &Inst, unsigned N) const addMemExtendOperands() argument
1762 addMemExtend8Operands(MCInst &Inst, unsigned N) const addMemExtend8Operands() argument
1771 addMOVZMovAliasOperands(MCInst &Inst, unsigned N) const addMOVZMovAliasOperands() argument
1780 addMOVNMovAliasOperands(MCInst &Inst, unsigned N) const addMOVNMovAliasOperands() argument
1788 addComplexRotationEvenOperands(MCInst &Inst, unsigned N) const addComplexRotationEvenOperands() argument
1794 addComplexRotationOddOperands(MCInst &Inst, unsigned N) const addComplexRotationOddOperands() argument
2003 print(raw_ostream &OS) const print() argument
3721 regsEqual(const MCParsedAsmOperand &Op1, const MCParsedAsmOperand &Op2) const regsEqual() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp612 MVT AMDGPUTargetLowering::getVectorIdxTy(const DataLayou argument
616 isSelectSupported(SelectSupportKind SelType) const isSelectSupported() argument
622 isFPImmLegal(const APFloat &Imm, EVT VT, bool ForCodeSize) const isFPImmLegal() argument
630 ShouldShrinkFPConstant(EVT VT) const ShouldShrinkFPConstant() argument
635 shouldReduceLoadWidth(SDNode *N, ISD::LoadExtType ExtTy, EVT NewVT) const shouldReduceLoadWidth() argument
673 isLoadBitCastBeneficial(EVT LoadTy, EVT CastTy, const SelectionDAG &DAG, const MachineMemOperand &MMO) const isLoadBitCastBeneficial() argument
698 isCheapToSpeculateCttz() const isCheapToSpeculateCttz() argument
702 isCheapToSpeculateCtlz() const isCheapToSpeculateCtlz() argument
706 isSDNodeAlwaysUniform(const SDNode * N) const isSDNodeAlwaysUniform() argument
740 isFAbsFree(EVT VT) const isFAbsFree() argument
748 isFNegFree(EVT VT) const isFNegFree() argument
755 storeOfVectorConstantIsCheap(EVT MemVT, unsigned NumElem, unsigned AS) const storeOfVectorConstantIsCheap() argument
761 aggressivelyPreferBuildVectorSources(EVT VecVT) const aggressivelyPreferBuildVectorSources() argument
773 isTruncateFree(EVT Source, EVT Dest) const isTruncateFree() argument
782 isTruncateFree(Type *Source, Type *Dest) const isTruncateFree() argument
794 isZExtFree(Type *Src, Type *Dest) const isZExtFree() argument
804 isZExtFree(EVT Src, EVT Dest) const isZExtFree() argument
816 isZExtFree(SDValue Val, EVT VT2) const isZExtFree() argument
820 isNarrowingProfitable(EVT SrcVT, EVT DestVT) const isNarrowingProfitable() argument
905 analyzeFormalArgumentsCompute( CCState &State, const SmallVectorImpl<ISD::InputArg> &Ins) const analyzeFormalArgumentsCompute() argument
1016 LowerReturn( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, SelectionDAG &DAG) const LowerReturn() argument
1043 addTokenForArgument(SDValue Chain, SelectionDAG &DAG, MachineFrameInfo &MFI, int ClobberedFI) const addTokenForArgument() argument
1079 lowerUnhandledCall(CallLoweringInfo &CLI, SmallVectorImpl<SDValue> &InVals, StringRef Reason) const lowerUnhandledCall() argument
1106 LowerCall(CallLoweringInfo &CLI, SmallVectorImpl<SDValue> &InVals) const LowerCall() argument
1111 LowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) const LowerDYNAMIC_STACKALLOC() argument
1122 LowerOperation(SDValue Op, SelectionDAG &DAG) const LowerOperation() argument
1163 ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results, SelectionDAG &DAG) const ReplaceNodeResults() argument
1188 LowerGlobalAddress(AMDGPUMachineFunction* MFI, SDValue Op, SelectionDAG &DAG) const LowerGlobalAddress() argument
1223 LowerCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) const LowerCONCAT_VECTORS() argument
1243 LowerEXTRACT_SUBVECTOR(SDValue Op, SelectionDAG &DAG) const LowerEXTRACT_SUBVECTOR() argument
1256 combineFMinMaxLegacy(const SDLoc &DL, EVT VT, SDValue LHS, SDValue RHS, SDValue True, SDValue False, SDValue CC, DAGCombinerInfo &DCI) const combineFMinMaxLegacy() argument
1330 split64BitValue(SDValue Op, SelectionDAG &DAG) const split64BitValue() argument
1344 getLoHalf64(SDValue Op, SelectionDAG &DAG) const getLoHalf64() argument
1352 getHiHalf64(SDValue Op, SelectionDAG &DAG) const getHiHalf64() argument
1364 getSplitDestVTs(const EVT &VT, SelectionDAG &DAG) const getSplitDestVTs() argument
1379 splitVector(const SDValue &N, const SDLoc &DL, const EVT &LoVT, const EVT &HiVT, SelectionDAG &DAG) const splitVector() argument
1395 SplitVectorLoad(const SDValue Op, SelectionDAG &DAG) const SplitVectorLoad() argument
1457 WidenVectorLoad(SDValue Op, SelectionDAG &DAG) const WidenVectorLoad() argument
1482 SplitVectorStore(SDValue Op, SelectionDAG &DAG) const SplitVectorStore() argument
1526 LowerDIVREM24(SDValue Op, SelectionDAG &DAG, bool Sign) const LowerDIVREM24() argument
1635 LowerUDIVREM64(SDValue Op, SelectionDAG &DAG, SmallVectorImpl<SDValue> &Results) const LowerUDIVREM64() argument
1848 LowerUDIVREM(SDValue Op, SelectionDAG &DAG) const LowerUDIVREM() argument
1963 LowerSDIVREM(SDValue Op, SelectionDAG &DAG) const LowerSDIVREM() argument
2024 LowerFREM(SDValue Op, SelectionDAG &DAG) const LowerFREM() argument
2039 LowerFCEIL(SDValue Op, SelectionDAG &DAG) const LowerFCEIL() argument
2079 LowerFTRUNC(SDValue Op, SelectionDAG &DAG) const LowerFTRUNC() argument
2128 LowerFRINT(SDValue Op, SelectionDAG &DAG) const LowerFRINT() argument
2155 LowerFNEARBYINT(SDValue Op, SelectionDAG &DAG) const LowerFNEARBYINT() argument
2167 LowerFROUND_LegalFTRUNC(SDValue Op, SelectionDAG &DAG) const LowerFROUND_LegalFTRUNC() argument
2197 LowerFROUND64(SDValue Op, SelectionDAG &DAG) const LowerFROUND64() argument
2254 LowerFROUND(SDValue Op, SelectionDAG &DAG) const LowerFROUND() argument
2266 LowerFFLOOR(SDValue Op, SelectionDAG &DAG) const LowerFFLOOR() argument
2291 LowerFLOG(SDValue Op, SelectionDAG &DAG, double Log2BaseInverted) const LowerFLOG() argument
2304 lowerFEXP(SDValue Op, SelectionDAG &DAG) const lowerFEXP() argument
2322 LowerCTLZ_CTTZ(SDValue Op, SelectionDAG &DAG) const LowerCTLZ_CTTZ() argument
2396 LowerINT_TO_FP32(SDValue Op, SelectionDAG &DAG, bool Signed) const LowerINT_TO_FP32() argument
2481 LowerINT_TO_FP64(SDValue Op, SelectionDAG &DAG, bool Signed) const LowerINT_TO_FP64() argument
2504 LowerUINT_TO_FP(SDValue Op, SelectionDAG &DAG) const LowerUINT_TO_FP() argument
2541 LowerSINT_TO_FP(SDValue Op, SelectionDAG &DAG) const LowerSINT_TO_FP() argument
2581 LowerFP64_TO_INT(SDValue Op, SelectionDAG &DAG, bool Signed) const LowerFP64_TO_INT() argument
2610 LowerFP_TO_FP16(SDValue Op, SelectionDAG &DAG) const LowerFP_TO_FP16() argument
2709 LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) const LowerFP_TO_SINT() argument
2732 LowerFP_TO_UINT(SDValue Op, SelectionDAG &DAG) const LowerFP_TO_UINT() argument
2755 LowerSIGN_EXTEND_INREG(SDValue Op, SelectionDAG &DAG) const LowerSIGN_EXTEND_INREG() argument
2853 shouldCombineMemoryType(EVT VT) const shouldCombineMemoryType() argument
2874 performLoadCombine(SDNode *N, DAGCombinerInfo &DCI) const performLoadCombine() argument
2928 performStoreCombine(SDNode *N, DAGCombinerInfo &DCI) const performStoreCombine() argument
2985 performAssertSZExtCombine(SDNode *N, DAGCombinerInfo &DCI) const performAssertSZExtCombine() argument
3008 performIntrinsicWOChainCombine( SDNode *N, DAGCombinerInfo &DCI) const performIntrinsicWOChainCombine() argument
3022 splitBinaryBitConstantOpImpl( DAGCombinerInfo &DCI, const SDLoc &SL, unsigned Opc, SDValue LHS, uint32_t ValLo, uint32_t ValHi) const splitBinaryBitConstantOpImpl() argument
3045 performShlCombine(SDNode *N, DAGCombinerInfo &DCI) const performShlCombine() argument
3113 performSraCombine(SDNode *N, DAGCombinerInfo &DCI) const performSraCombine() argument
3148 performSrlCombine(SDNode *N, DAGCombinerInfo &DCI) const performSrlCombine() argument
3197 performTruncateCombine( SDNode *N, DAGCombinerInfo &DCI) const performTruncateCombine() argument
3306 performMulCombine(SDNode *N, DAGCombinerInfo &DCI) const performMulCombine() argument
3353 performMulhsCombine(SDNode *N, DAGCombinerInfo &DCI) const performMulhsCombine() argument
3377 performMulhuCombine(SDNode *N, DAGCombinerInfo &DCI) const performMulhuCombine() argument
3401 performMulLoHi24Combine( SDNode *N, DAGCombinerInfo &DCI) const performMulLoHi24Combine() argument
3430 getFFBX_U32(SelectionDAG &DAG, SDValue Op, const SDLoc &DL, unsigned Opc) const getFFBX_U32() argument
3457 performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, SDValue LHS, SDValue RHS, DAGCombinerInfo &DCI) const performCtlz_CttzCombine() argument
3574 performSelectCombine(SDNode *N, DAGCombinerInfo &DCI) const performSelectCombine() argument
3632 isConstantCostlierToNegate(SDValue N) const isConstantCostlierToNegate() argument
3663 performFNegCombine(SDNode *N, DAGCombinerInfo &DCI) const performFNegCombine() argument
3865 performFAbsCombine(SDNode *N, DAGCombinerInfo &DCI) const performFAbsCombine() argument
3890 performRcpCombine(SDNode *N, DAGCombinerInfo &DCI) const performRcpCombine() argument
3902 PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const PerformDAGCombine() argument
4118 CreateLiveInRegister(SelectionDAG &DAG, const TargetRegisterClass *RC, unsigned Reg, EVT VT, const SDLoc &SL, bool RawReg) const CreateLiveInRegister() argument
4154 loadStackInputValue(SelectionDAG &DAG, EVT VT, const SDLoc &SL, int64_t Offset) const loadStackInputValue() argument
4170 storeStackInputValue(SelectionDAG &DAG, const SDLoc &SL, SDValue Chain, SDValue ArgVal, int64_t Offset) const storeStackInputValue() argument
4184 loadInputValue(SelectionDAG &DAG, const TargetRegisterClass *RC, EVT VT, const SDLoc &SL, const ArgDescriptor &Arg) const loadInputValue() argument
4205 getImplicitParameterOffset( const MachineFunction &MF, const ImplicitParameter Param) const getImplicitParameterOffset() argument
4225 getTargetNodeName(unsigned Opcode) const getTargetNodeName() argument
4385 getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, int &RefinementSteps, bool &UseOneConstNR, bool Reciprocal) const getSqrtEstimate() argument
4403 getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, int &RefinementSteps) const getRecipEstimate() argument
4424 computeKnownBitsForTargetNode( const SDValue Op, KnownBits &Known, const APInt &DemandedElts, const SelectionDAG &DAG, unsigned Depth) const computeKnownBitsForTargetNode() argument
4568 ComputeNumSignBitsForTargetNode( SDValue Op, const APInt &DemandedElts, const SelectionDAG &DAG, unsigned Depth) const ComputeNumSignBitsForTargetNode() argument
4610 isKnownNeverNaNForTargetNode(SDValue Op, const SelectionDAG &DAG, bool SNaN, unsigned Depth) const isKnownNeverNaNForTargetNode() argument
4708 shouldExpandAtomicRMWInIR(AtomicRMWInst *RMW) const shouldExpandAtomicRMWInIR() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp227 isSymbolRefExpr() const isSymbolRefExpr() argument
238 isRegKind() const isRegKind() argument
246 isRegOrImmWithInputMods(unsigned RCID, MVT type) const isRegOrImmWithInputMods() argument
250 isRegOrImmWithInt16InputMods() const isRegOrImmWithInt16InputMods() argument
254 isRegOrImmWithInt32InputMods() const isRegOrImmWithInt32InputMods() argument
258 isRegOrImmWithInt64InputMods() const isRegOrImmWithInt64InputMods() argument
262 isRegOrImmWithFP16InputMods() const isRegOrImmWithFP16InputMods() argument
266 isRegOrImmWithFP32InputMods() const isRegOrImmWithFP32InputMods() argument
270 isRegOrImmWithFP64InputMods() const isRegOrImmWithFP64InputMods() argument
274 isVReg() const isVReg() argument
285 isVReg32() const isVReg32() argument
289 isVReg32OrOff() const isVReg32OrOff() argument
293 isNull() const isNull() argument
303 isImmTy(ImmTy ImmT) const isImmTy() argument
307 isImmModifier() const isImmModifier() argument
311 isClampSI() const isClampSI() argument
312 isOModSI() const isOModSI() argument
313 isDMask() const isDMask() argument
314 isDim() const isDim() argument
315 isUNorm() const isUNorm() argument
316 isDA() const isDA() argument
317 isR128A16() const isR128A16() argument
318 isLWE() const isLWE() argument
319 isOff() const isOff() argument
320 isExpTgt() const isExpTgt() argument
321 isExpVM() const isExpVM() argument
322 isExpCompr() const isExpCompr() argument
323 isOffen() const isOffen() argument
324 isIdxen() const isIdxen() argument
325 isAddr64() const isAddr64() argument
326 isOffset() const isOffset() argument
327 isOffset0() const isOffset0() argument
328 isOffset1() const isOffset1() argument
330 isFlatOffset() const isFlatOffset() argument
331 isGDS() const isGDS() argument
332 isLDS() const isLDS() argument
333 isDLC() const isDLC() argument
334 isGLC() const isGLC() argument
335 isSLC() const isSLC() argument
336 isSWZ() const isSWZ() argument
337 isTFE() const isTFE() argument
338 isD16() const isD16() argument
339 isFORMAT() const isFORMAT() argument
340 isBankMask() const isBankMask() argument
341 isRowMask() const isRowMask() argument
342 isBoundCtrl() const isBoundCtrl() argument
343 isFI() const isFI() argument
344 isSDWADstSel() const isSDWADstSel() argument
345 isSDWASrc0Sel() const isSDWASrc0Sel() argument
346 isSDWASrc1Sel() const isSDWASrc1Sel() argument
347 isSDWADstUnused() const isSDWADstUnused() argument
348 isInterpSlot() const isInterpSlot() argument
349 isInterpAttr() const isInterpAttr() argument
350 isAttrChan() const isAttrChan() argument
351 isOpSel() const isOpSel() argument
352 isOpSelHi() const isOpSelHi() argument
353 isNegLo() const isNegLo() argument
354 isNegHi() const isNegHi() argument
355 isHigh() const isHigh() argument
357 isMod() const isMod() argument
361 isRegOrImm() const isRegOrImm() argument
369 isRegOrInlineNoMods(unsigned RCID, MVT type) const isRegOrInlineNoMods() argument
373 isSCSrcB16() const isSCSrcB16() argument
377 isSCSrcV2B16() const isSCSrcV2B16() argument
381 isSCSrcB32() const isSCSrcB32() argument
385 isSCSrcB64() const isSCSrcB64() argument
391 isSCSrcF16() const isSCSrcF16() argument
395 isSCSrcV2F16() const isSCSrcV2F16() argument
399 isSCSrcF32() const isSCSrcF32() argument
403 isSCSrcF64() const isSCSrcF64() argument
407 isSSrcB32() const isSSrcB32() argument
411 isSSrcB16() const isSSrcB16() argument
415 isSSrcV2B16() const isSSrcV2B16() argument
420 isSSrcB64() const isSSrcB64() argument
426 isSSrcF32() const isSSrcF32() argument
430 isSSrcF64() const isSSrcF64() argument
434 isSSrcF16() const isSSrcF16() argument
438 isSSrcV2F16() const isSSrcV2F16() argument
443 isSSrcOrLdsB32() const isSSrcOrLdsB32() argument
448 isVCSrcB32() const isVCSrcB32() argument
452 isVCSrcB64() const isVCSrcB64() argument
456 isVCSrcB16() const isVCSrcB16() argument
460 isVCSrcV2B16() const isVCSrcV2B16() argument
464 isVCSrcF32() const isVCSrcF32() argument
468 isVCSrcF64() const isVCSrcF64() argument
472 isVCSrcF16() const isVCSrcF16() argument
476 isVCSrcV2F16() const isVCSrcV2F16() argument
480 isVSrcB32() const isVSrcB32() argument
484 isVSrcB64() const isVSrcB64() argument
488 isVSrcB16() const isVSrcB16() argument
492 isVSrcV2B16() const isVSrcV2B16() argument
496 isVSrcF32() const isVSrcF32() argument
500 isVSrcF64() const isVSrcF64() argument
504 isVSrcF16() const isVSrcF16() argument
508 isVSrcV2F16() const isVSrcV2F16() argument
512 isVISrcB32() const isVISrcB32() argument
516 isVISrcB16() const isVISrcB16() argument
520 isVISrcV2B16() const isVISrcV2B16() argument
524 isVISrcF32() const isVISrcF32() argument
528 isVISrcF16() const isVISrcF16() argument
532 isVISrcV2F16() const isVISrcV2F16() argument
536 isAISrcB32() const isAISrcB32() argument
540 isAISrcB16() const isAISrcB16() argument
544 isAISrcV2B16() const isAISrcV2B16() argument
548 isAISrcF32() const isAISrcF32() argument
552 isAISrcF16() const isAISrcF16() argument
556 isAISrcV2F16() const isAISrcV2F16() argument
560 isAISrc_128B32() const isAISrc_128B32() argument
564 isAISrc_128B16() const isAISrc_128B16() argument
568 isAISrc_128V2B16() const isAISrc_128V2B16() argument
572 isAISrc_128F32() const isAISrc_128F32() argument
576 isAISrc_128F16() const isAISrc_128F16() argument
580 isAISrc_128V2F16() const isAISrc_128V2F16() argument
584 isAISrc_512B32() const isAISrc_512B32() argument
588 isAISrc_512B16() const isAISrc_512B16() argument
592 isAISrc_512V2B16() const isAISrc_512V2B16() argument
596 isAISrc_512F32() const isAISrc_512F32() argument
600 isAISrc_512F16() const isAISrc_512F16() argument
604 isAISrc_512V2F16() const isAISrc_512V2F16() argument
608 isAISrc_1024B32() const isAISrc_1024B32() argument
612 isAISrc_1024B16() const isAISrc_1024B16() argument
616 isAISrc_1024V2B16() const isAISrc_1024V2B16() argument
620 isAISrc_1024F32() const isAISrc_1024F32() argument
624 isAISrc_1024F16() const isAISrc_1024F16() argument
628 isAISrc_1024V2F16() const isAISrc_1024V2F16() argument
632 isKImmFP32() const isKImmFP32() argument
636 isKImmFP16() const isKImmFP16() argument
644 isExpr() const isExpr() argument
648 isSoppBrTarget() const isSoppBrTarget() argument
669 getExpressionAsToken() const getExpressionAsToken() argument
675 getToken() const getToken() argument
684 getImm() const getImm() argument
689 getImmTy() const getImmTy() argument
707 getLocRange() const getLocRange() argument
711 getModifiers() const getModifiers() argument
724 hasModifiers() const hasModifiers() argument
728 hasFPModifiers() const hasFPModifiers() argument
732 hasIntModifiers() const hasIntModifiers() argument
745 addKImmFP16Operands(MCInst &Inst, unsigned N) const addKImmFP16Operands() argument
749 addKImmFP32Operands(MCInst &Inst, unsigned N) const addKImmFP32Operands() argument
755 addBoolRegOperands(MCInst &Inst, unsigned N) const addBoolRegOperands() argument
759 addRegOrImmOperands(MCInst &Inst, unsigned N) const addRegOrImmOperands() argument
768 addRegOrImmWithInputModsOperands(MCInst &Inst, unsigned N) const addRegOrImmWithInputModsOperands() argument
778 addRegOrImmWithFPInputModsOperands(MCInst &Inst, unsigned N) const addRegOrImmWithFPInputModsOperands() argument
783 addRegOrImmWithIntInputModsOperands(MCInst &Inst, unsigned N) const addRegOrImmWithIntInputModsOperands() argument
788 addRegWithInputModsOperands(MCInst &Inst, unsigned N) const addRegWithInputModsOperands() argument
795 addRegWithFPInputModsOperands(MCInst &Inst, unsigned N) const addRegWithFPInputModsOperands() argument
800 addRegWithIntInputModsOperands(MCInst &Inst, unsigned N) const addRegWithIntInputModsOperands() argument
805 addSoppBrTargetOperands(MCInst &Inst, unsigned N) const addSoppBrTargetOperands() argument
1148 hasXNACK() const hasXNACK() argument
1152 hasMIMG_R128() const hasMIMG_R128() argument
1156 hasPackedD16() const hasPackedD16() argument
1160 isSI() const isSI() argument
1164 isCI() const isCI() argument
1168 isVI() const isVI() argument
1172 isGFX9() const isGFX9() argument
1176 isGFX10() const isGFX10() argument
1180 hasInv2PiInlineImm() const hasInv2PiInlineImm() argument
1184 hasFlatOffsets() const hasFlatOffsets() argument
1188 hasSGPR102_SGPR103() const hasSGPR102_SGPR103() argument
1192 hasSGPR104_SGPR105() const hasSGPR104_SGPR105() argument
1196 hasIntClamp() const hasIntClamp() argument
1205 getMRI() const getMRI() argument
1211 getMII() const getMII() argument
1215 getFeatureBits() const getFeatureBits() argument
1223 getForcedEncodingSize() const getForcedEncodingSize() argument
1224 isForcedVOP3() const isForcedVOP3() argument
1225 isForcedDPP() const isForcedDPP() argument
1226 isForcedSDWA() const isForcedSDWA() argument
1527 isInlinableImm(MVT type) const isInlinableImm() argument
1590 isLiteralImm(MVT type) const isLiteralImm() argument
1637 isRegClass(unsigned RCID) const isRegClass() argument
1641 isSDWAOperand(MVT type) const isSDWAOperand() argument
1650 isSDWAFP16Operand() const isSDWAFP16Operand() argument
1654 isSDWAFP32Operand() const isSDWAFP32Operand() argument
1658 isSDWAInt16Operand() const isSDWAInt16Operand() argument
1662 isSDWAInt32Operand() const isSDWAInt32Operand() argument
1666 isBoolReg() const isBoolReg() argument
1671 applyInputFPModifiers(uint64_t Val, unsigned Size) const applyInputFPModifiers() argument
1688 addImmOperands(MCInst &Inst, unsigned N, bool ApplyModifiers) const addImmOperands() argument
1700 addLiteralImmOperand(MCInst &Inst, int64_t Val, bool ApplyModifiers) const addLiteralImmOperand() argument
1848 addKImmFPOperands(MCInst &Inst, unsigned N) const addKImmFPOperands() argument
1864 addRegOperands(MCInst &Inst, unsigned N) const addRegOperands() argument
1887 isInlineValue() const isInlineValue() argument
2074 isRegister(const AsmToken &Token, const AsmToken &NextToken) const isRegister() argument
2437 isNamedOperandModifier(const AsmToken &Token, const AsmToken &NextToken) const isNamedOperandModifier() argument
2446 isOpcodeModifierWithVal(const AsmToken &Token, const AsmToken &NextToken) const isOpcodeModifierWithVal() argument
2451 isOperandModifier(const AsmToken &Token, const AsmToken &NextToken) const isOperandModifier() argument
2456 isRegOrOperandModifier(const AsmToken &Token, const AsmToken &NextToken) const isRegOrOperandModifier() argument
2688 getMatchedVariants() const getMatchedVariants() argument
2718 findImplicitSGPRReadInVOP(const MCInst &Inst) const findImplicitSGPRReadInVOP() argument
2741 isInlineConstant(const MCInst &Inst, unsigned OpIdx) const isInlineConstant() argument
2777 getConstantBusLimit(unsigned Opcode) const getConstantBusLimit() argument
3289 getFlatOffsetLoc(const OperandVector &Operands) const getFlatOffsetLoc() argument
3338 validateSOPLiteral(const MCInst &Inst) const validateSOPLiteral() argument
3388 validateVccOperand(unsigned Reg) const validateVccOperand() argument
3395 validateVOP3Literal(const MCInst &Inst) const validateVOP3Literal() argument
4383 subtargetHasRegister(const MCRegisterInfo &MRI, unsigned RegNo) const subtargetHasRegister() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp225 bool SelectAddrImmOffs(SDValue N, SDValue &Out) const { in SelectAddrImmOffs() argument
4193 isOffsetMultipleOf(SDNode *N, unsigned Val) const isOffsetMultipleOf() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp669 EVT SystemZTargetLowering::getSetCCResultType(const DataLayout &DL, in getSetCCResultType() argument
810 bool SystemZTargetLowering::isFPImmLegal(const APFloa argument
676 isFMAFasterThanFMulAndFAdd( const MachineFunction &MF, EVT VT) const isFMAFasterThanFMulAndFAdd() argument
819 isLegalICmpImmediate(int64_t Imm) const isLegalICmpImmediate() argument
824 isLegalAddImmediate(int64_t Imm) const isLegalAddImmediate() argument
829 allowsMisalignedMemoryAccesses( EVT VT, unsigned, unsigned, MachineMemOperand::Flags, bool *Fast) const allowsMisalignedMemoryAccesses() argument
936 isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty, unsigned AS, Instruction *I) const isLegalAddressingMode() argument
962 isTruncateFree(Type *FromType, Type *ToType) const isTruncateFree() argument
970 isTruncateFree(EVT FromVT, EVT ToVT) const isTruncateFree() argument
983 getConstraintType(StringRef Constraint) const getConstraintType() argument
1016 getSingleConstraintMatchWeight(AsmOperandInfo &info, const char *constraint) const getSingleConstraintMatchWeight() argument
1101 getRegForInlineAsmConstraint( const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const getRegForInlineAsmConstraint() argument
1183 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops, SelectionDAG &DAG) const LowerAsmOperandForConstraint() argument
1234 getScratchRegisters( CallingConv::ID) const getScratchRegisters() argument
1241 allowTruncateForTailCall(Type *FromType, Type *ToType) const allowTruncateForTailCall() argument
1246 mayBeEmittedAsTailCall(const CallInst *CI) const mayBeEmittedAsTailCall() argument
1324 LowerFormalArguments( SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const LowerFormalArguments() argument
1490 LowerCall(CallLoweringInfo &CLI, SmallVectorImpl<SDValue> &InVals) const LowerCall() argument
1669 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, LLVMContext &Context) const CanLowerReturn() argument
1689 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, SelectionDAG &DAG) const LowerReturn() argument
3064 lowerThreadPointer(const SDLoc &DL, SelectionDAG &DAG) const lowerThreadPointer() argument
3083 lowerGlobalTLSAddress(GlobalAddressSDNode *Node, SelectionDAG &DAG) const lowerGlobalTLSAddress() argument
3176 lowerBlockAddress(BlockAddressSDNode *Node, SelectionDAG &DAG) const lowerBlockAddress() argument
3188 lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const lowerJumpTable() argument
3198 lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const lowerConstantPool() argument
3215 lowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const lowerFRAMEADDR() argument
3239 lowerRETURNADDR(SDValue Op, SelectionDAG &DAG) const lowerRETURNADDR() argument
3262 lowerBITCAST(SDValue Op, SelectionDAG &DAG) const lowerBITCAST() argument
3312 lowerVASTART(SDValue Op, SelectionDAG &DAG) const lowerVASTART() argument
3348 lowerVACOPY(SDValue Op, SelectionDAG &DAG) const lowerVACOPY() argument
3364 lowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) const lowerDYNAMIC_STACKALLOC() argument
3429 lowerGET_DYNAMIC_AREA_OFFSET( SDValue Op, SelectionDAG &DAG) const lowerGET_DYNAMIC_AREA_OFFSET() argument
3436 lowerSMUL_LOHI(SDValue Op, SelectionDAG &DAG) const lowerSMUL_LOHI() argument
3484 lowerUMUL_LOHI(SDValue Op, SelectionDAG &DAG) const lowerUMUL_LOHI() argument
3503 lowerSDIVREM(SDValue Op, SelectionDAG &DAG) const lowerSDIVREM() argument
3525 lowerUDIVREM(SDValue Op, SelectionDAG &DAG) const lowerUDIVREM() argument
3538 lowerOR(SDValue Op, SelectionDAG &DAG) const lowerOR() argument
3594 lowerXALUO(SDValue Op, SelectionDAG &DAG) const lowerXALUO() argument
3651 lowerADDSUBCARRY(SDValue Op, SelectionDAG &DAG) const lowerADDSUBCARRY() argument
3704 lowerCTPOP(SDValue Op, SelectionDAG &DAG) const lowerCTPOP() argument
3778 lowerATOMIC_FENCE(SDValue Op, SelectionDAG &DAG) const lowerATOMIC_FENCE() argument
3800 lowerATOMIC_LOAD(SDValue Op, SelectionDAG &DAG) const lowerATOMIC_LOAD() argument
3809 lowerATOMIC_STORE(SDValue Op, SelectionDAG &DAG) const lowerATOMIC_STORE() argument
3825 lowerATOMIC_LOAD_OP(SDValue Op, SelectionDAG &DAG, unsigned Opcode) const lowerATOMIC_LOAD_OP() argument
3899 lowerATOMIC_LOAD_SUB(SDValue Op, SelectionDAG &DAG) const lowerATOMIC_LOAD_SUB() argument
3934 lowerATOMIC_CMP_SWAP(SDValue Op, SelectionDAG &DAG) const lowerATOMIC_CMP_SWAP() argument
3998 getMMOFlags(const Instruction &I) const getMMOFlags() argument
4018 lowerSTACKSAVE(SDValue Op, SelectionDAG &DAG) const lowerSTACKSAVE() argument
4029 lowerSTACKRESTORE(SDValue Op, SelectionDAG &DAG) const lowerSTACKRESTORE() argument
4057 lowerPREFETCH(SDValue Op, SelectionDAG &DAG) const lowerPREFETCH() argument
4084 lowerINTRINSIC_W_CHAIN(SDValue Op, SelectionDAG &DAG) const lowerINTRINSIC_W_CHAIN() argument
4099 lowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) const lowerINTRINSIC_WO_CHAIN() argument
4734 isVectorElementLoad(SDValue Op) const isVectorElementLoad() argument
4744 buildVector(SelectionDAG &DAG, const SDLoc &DL, EVT VT, SmallVectorImpl<SDValue> &Elems) const buildVector() argument
4887 lowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) const lowerBUILD_VECTOR() argument
4917 lowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const lowerVECTOR_SHUFFLE() argument
5292 ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results, SelectionDAG &DAG) const ReplaceNodeResults() argument
5298 getTargetNodeName(unsigned Opcode) const getTargetNodeName() argument
5433 canTreatAsByteVector(EVT VT) const canTreatAsByteVector() argument
5445 combineExtract(const SDLoc &DL, EVT ResVT, EVT VecVT, SDValue Op, unsigned Index, DAGCombinerInfo &DCI, bool Force) const combineExtract() argument
5551 combineTruncateExtract( const SDLoc &DL, EVT TruncVT, SDValue Op, DAGCombinerInfo &DCI) const combineTruncateExtract() argument
5586 combineZERO_EXTEND( SDNode *N, DAGCombinerInfo &DCI) const combineZERO_EXTEND() argument
5613 combineSIGN_EXTEND_INREG( SDNode *N, DAGCombinerInfo &DCI) const combineSIGN_EXTEND_INREG() argument
5634 combineSIGN_EXTEND( SDNode *N, DAGCombinerInfo &DCI) const combineSIGN_EXTEND() argument
5664 combineMERGE( SDNode *N, DAGCombinerInfo &DCI) const combineMERGE() argument
5698 combineLOAD( SDNode *N, DAGCombinerInfo &DCI) const combineLOAD() argument
5738 canLoadStoreByteSwapped(EVT VT) const canLoadStoreByteSwapped() argument
5763 combineSTORE( SDNode *N, DAGCombinerInfo &DCI) const combineSTORE() argument
5824 combineVECTOR_SHUFFLE( SDNode *N, DAGCombinerInfo &DCI) const combineVECTOR_SHUFFLE() argument
5863 combineEXTRACT_VECTOR_ELT( SDNode *N, DAGCombinerInfo &DCI) const combineEXTRACT_VECTOR_ELT() argument
5904 combineJOIN_DWORDS( SDNode *N, DAGCombinerInfo &DCI) const combineJOIN_DWORDS() argument
5927 combineFP_ROUND( SDNode *N, DAGCombinerInfo &DCI) const combineFP_ROUND() argument
5993 combineFP_EXTEND( SDNode *N, DAGCombinerInfo &DCI) const combineFP_EXTEND() argument
6059 combineBSWAP( SDNode *N, DAGCombinerInfo &DCI) const combineBSWAP() argument
6264 combineBR_CCMASK( SDNode *N, DAGCombinerInfo &DCI) const combineBR_CCMASK() argument
6288 combineSELECT_CCMASK( SDNode *N, DAGCombinerInfo &DCI) const combineSELECT_CCMASK() argument
6312 combineGET_CCMASK( SDNode *N, DAGCombinerInfo &DCI) const combineGET_CCMASK() argument
6353 combineIntDIVREM( SDNode *N, DAGCombinerInfo &DCI) const combineIntDIVREM() argument
6370 unwrapAddress(SDValue N) const unwrapAddress() argument
6376 PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const PerformDAGCombine() argument
6521 computeKnownBitsForTargetNode(const SDValue Op, KnownBits &Known, const APInt &DemandedElts, const SelectionDAG &DAG, unsigned Depth) const computeKnownBitsForTargetNode() argument
6639 ComputeNumSignBitsForTargetNode( SDValue Op, const APInt &DemandedElts, const SelectionDAG &DAG, unsigned Depth) const ComputeNumSignBitsForTargetNode() argument
6843 emitSelect(MachineInstr &MI, MachineBasicBlock *MBB) const emitSelect() argument
6938 emitCondStore(MachineInstr &MI, MachineBasicBlock *MBB, unsigned StoreOpcode, unsigned STOCOpcode, bool Invert) const emitCondStore() argument
7030 emitAtomicLoadBinary( MachineInstr &MI, MachineBasicBlock *MBB, unsigned BinOpcode, unsigned BitSize, bool Invert) const emitAtomicLoadBinary() argument
7149 emitAtomicLoadMinMax( MachineInstr &MI, MachineBasicBlock *MBB, unsigned CompareOpcode, unsigned KeepOldMask, unsigned BitSize) const emitAtomicLoadMinMax() argument
7264 emitAtomicCmpSwapW(MachineInstr &MI, MachineBasicBlock *MBB) const emitAtomicCmpSwapW() argument
7389 emitPair128(MachineInstr &MI, MachineBasicBlock *MBB) const emitPair128() argument
7416 emitExt128(MachineInstr &MI, MachineBasicBlock *MBB, bool ClearEven) const emitExt128() argument
7447 emitMemMemWrapper( MachineInstr &MI, MachineBasicBlock *MBB, unsigned Opcode) const emitMemMemWrapper() argument
7627 emitStringWrapper( MachineInstr &MI, MachineBasicBlock *MBB, unsigned Opcode) const emitStringWrapper() argument
7686 emitTransactionBegin( MachineInstr &MI, MachineBasicBlock *MBB, unsigned Opcode, bool NoFloat) const emitTransactionBegin() argument
7734 emitLoadAndTestCmp0( MachineInstr &MI, MachineBasicBlock *MBB, unsigned Opcode) const emitLoadAndTestCmp0() argument
7758 EmitInstrWithCustomInserter( MachineInstr &MI, MachineBasicBlock *MBB) const EmitInstrWithCustomInserter() argument
8030 getRepRegClassFor(MVT VT) const getRepRegClassFor() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4481 computeOverflow( Instruction::BinaryOps BinaryOp, bool IsSigned, Value *LHS, Value *RHS, Instruction *CxtI) const computeOverflow() argument
4857 dominatesAllUses(const Instruction *DI, const Instruction *UI, const BasicBlock *DB) const dominatesAllUses() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp797 MinRedzoneSizeForGlobal() const MinRedzoneSizeForGlobal() argument
1922 ShouldUseMachOGlobalsSection() const ShouldUseMachOGlobalsSection() argument
1936 getGlobalMetadataSection() const getGlobalMetadataSection() argument
2419 GetAsanVersion(const Module &M) const GetAsanVersion() argument
3321 isSafeAccess(ObjectSizeOffsetVisitor &ObjSizeVis, Value *Addr, uint64_t TypeSize) const isSafeAccess() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc731 Clone(CloneContext*) const Clone() argument
2016 SiblingLoopConstruct( const Construct* c) const SiblingLoopConstruct() argument
3244 MakeBranchDetailed( const BlockInfo& src_info, const BlockInfo& dest_info, bool forced, std::string* flow_guard_name_ptr) const MakeBranchDetailed() argument
3322 MakeSimpleIf( const ast::Expression* condition, const ast::Statement* then_stmt, const ast::Statement* else_stmt) const MakeSimpleIf() argument
4594 MakeTrue(const Source& source) const MakeTrue() argument
4598 MakeFalse(const Source& source) const MakeFalse() argument
4957 GetEnclosingScope(uint32_t first_pos, uint32_t last_pos) const GetEnclosingScope() argument
5171 GetSourceForInst( const spvtools::opt::Instruction& inst) const GetSourceForInst() argument
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc105 uint32_t GetTypeEncodingValue() const { return type_; } in GetTypeEncodingValue() argument
154 uint32_t GetTypeEncodingValue() const { return type_; } in GetTypeEncodingValue() argument
235 uint32_t GetTypeEncodingValue() const { return type_; } in GetTypeEncodingValue() argument
276 uint32_t GetTypeEncodingValue() const { return type_; } in GetTypeEncodingValue() argument
326 uint32_t GetTypeEncodingValue() const { return type_; } in GetTypeEncodingValue() argument
1124 GetTypeEncodingValue() const GetTypeEncodingValue() argument
1180 GetTypeEncodingValue() const GetTypeEncodingValue() argument
1213 GetTypeEncodingValue() const GetTypeEncodingValue() argument
[all...]

Completed in 130 milliseconds

1...<<781782783784785