| /third_party/backends/backend/ |
| H A D | hp3900_config.c | 364 SANE_Int vendor, product, device; in cfg_device_get() member 398 static SANE_Int cfg_chipset_model_get(SANE_Int device) in cfg_chipset_model_get() argument 403 SANE_Int device, chipset; in cfg_chipset_model_get() member 486 SANE_Int device; cfg_buttons_get() member 532 SANE_Int device; cfg_sscg_get() member 584 SANE_Int device; cfg_motor_get() member 634 SANE_Int device; cfg_sensor_get() member 999 SANE_Int device; cfg_constrains_get() member 1085 SANE_Int device; cfg_autoref_get() member [all...] |
| /third_party/backends/sanei/ |
| H A D | sanei_scsi.c | 5218 io_object_t device; sanei_scsi_cmd2_old_api() local [all...] |
| H A D | sanei_usb.c | 404 store_device(device_list_type device) store_device() argument 1299 device_list_type device; sanei_usb_testing_init() local 1627 device_list_type device; usbcall_scan_devices() local 1713 device_list_type device; kernel_scan_devices() local 1802 device_list_type device; libusb_scan_devices() local 1912 device_list_type device; libusb_scan_devices() local 2090 device_list_type device; libusb_scan_devices() local 2518 sanei_usb_add_endpoint(device_list_type* device, SANE_Int transfer_type, SANE_Int ep_address, SANE_Int ep_direction) sanei_usb_add_endpoint() argument [all...] |
| /third_party/mesa3d/include/CL/ |
| H A D | cl.hpp | 1800 getDevicePlatformVersion(cl_device_id device) getDevicePlatformVersion() argument 1913 isReferenceCountable(cl_device_id device) isReferenceCountable() argument 2070 Device(const cl_device_id &device) Device() argument 2542 Context( const Device& device, cl_context_properties* properties = NULL, void (CL_CALLBACK * notifyFptr)( const char *, const void *, ::size_t, void *) = NULL, void* data = NULL, cl_int* err = NULL) Context() argument 2831 Device device; getDefault() local 4976 getWorkGroupInfo( const Device& device, cl_kernel_work_group_info name, T* param) const getWorkGroupInfo() argument 4987 getWorkGroupInfo(const Device& device, cl_int* err = NULL) const getWorkGroupInfo() argument 5349 getBuildInfo( const Device& device, cl_program_build_info name, T* param) const getBuildInfo() argument 5360 getBuildInfo(const Device& device, cl_int* err = NULL) const getBuildInfo() argument 5534 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; CommandQueue() local 5577 CommandQueue( const Context& context, const Device& device, cl_command_queue_properties properties = 0, cl_int* err = NULL) CommandQueue() argument 5659 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; getDefault() local [all...] |
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_meta_copy.c | 44 create_blit_pipeline_layout(struct v3dv_device *device, in create_blit_pipeline_layout() argument 90 v3dv_meta_blit_init(struct v3dv_device *device) in v3dv_meta_blit_init() argument 105 v3dv_meta_blit_finish(struct v3dv_device *device) v3dv_meta_blit_finish() argument 144 create_texel_buffer_copy_pipeline_layout(struct v3dv_device *device, VkDescriptorSetLayout *ds_layout, VkPipelineLayout *p_layout) create_texel_buffer_copy_pipeline_layout() argument 202 v3dv_meta_texel_buffer_copy_init(struct v3dv_device *device) v3dv_meta_texel_buffer_copy_init() argument 218 v3dv_meta_texel_buffer_copy_finish(struct v3dv_device *device) v3dv_meta_texel_buffer_copy_finish() argument 605 struct v3dv_device *device = cmd_buffer->device; copy_image_to_buffer_blit() local 1542 struct v3dv_device *device = cmd_buffer->device; allocate_texel_buffer_copy_descriptor_set() local 1729 get_texel_buffer_copy_fs(struct v3dv_device *device, VkFormat format, VkComponentMapping *cswizzle) get_texel_buffer_copy_fs() argument 1826 create_texel_buffer_copy_pipeline(struct v3dv_device *device, VkFormat format, VkColorComponentFlags cmask, VkComponentMapping *cswizzle, bool is_layered, VkRenderPass _pass, VkPipelineLayout pipeline_layout, VkPipeline *pipeline) create_texel_buffer_copy_pipeline() argument 1887 get_copy_texel_buffer_pipeline( struct v3dv_device *device, VkFormat format, VkColorComponentFlags cmask, VkComponentMapping *cswizzle, VkImageType image_type, bool is_layered, struct v3dv_meta_texel_buffer_copy_pipeline **pipeline) get_copy_texel_buffer_pipeline() argument 2308 struct v3dv_device *device = cmd_buffer->device; copy_buffer_to_image_blit() local 2991 create_blit_render_pass(struct v3dv_device *device, VkFormat dst_format, VkFormat src_format, VkRenderPass *pass_load, VkRenderPass *pass_no_load) create_blit_render_pass() argument 3210 build_nir_tex_op(struct nir_builder *b, struct v3dv_device *device, nir_ssa_def *tex_pos, enum glsl_base_type tex_type, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, enum glsl_sampler_dim dim) build_nir_tex_op() argument 3279 get_color_blit_fs(struct v3dv_device *device, VkFormat dst_format, VkFormat src_format, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, enum glsl_sampler_dim sampler_dim) get_color_blit_fs() argument 3365 create_pipeline(struct v3dv_device *device, struct v3dv_render_pass *pass, struct nir_shader *vs_nir, struct nir_shader *gs_nir, struct nir_shader *fs_nir, const VkPipelineVertexInputStateCreateInfo *vi_state, const VkPipelineDepthStencilStateCreateInfo *ds_state, const VkPipelineColorBlendStateCreateInfo *cb_state, const VkPipelineMultisampleStateCreateInfo *ms_state, const VkPipelineLayout layout, VkPipeline *pipeline) create_pipeline() argument 3507 create_blit_pipeline(struct v3dv_device *device, VkFormat dst_format, VkFormat src_format, VkColorComponentFlags cmask, VkImageType src_type, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, VkRenderPass _pass, VkPipelineLayout pipeline_layout, VkPipeline *pipeline) create_blit_pipeline() argument 3580 get_blit_pipeline(struct v3dv_device *device, VkFormat dst_format, VkFormat src_format, VkColorComponentFlags cmask, VkImageType src_type, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, struct v3dv_meta_blit_pipeline **pipeline) get_blit_pipeline() argument 3760 struct v3dv_device *device = cmd_buffer->device; allocate_blit_source_descriptor_set() local 3980 struct v3dv_device *device = cmd_buffer->device; blit_shader() local [all...] |
| H A D | v3dv_cmd_buffer.c | 80 cmd_buffer_create(struct v3dv_device *device, in cmd_buffer_create() argument 54 cmd_buffer_init(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_device *device) cmd_buffer_init() argument 516 v3dv_cmd_buffer_create_cpu_job(struct v3dv_device *device, enum v3dv_job_type type, struct v3dv_cmd_buffer *cmd_buffer, uint32_t subpass_idx) v3dv_cmd_buffer_create_cpu_job() argument 686 v3dv_job_init(struct v3dv_job *job, enum v3dv_job_type type, struct v3dv_device *device, struct v3dv_cmd_buffer *cmd_buffer, int32_t subpass_idx) v3dv_job_init() argument 796 struct v3dv_device *device = cmd_buffer->device; cmd_buffer_reset() local 2577 struct v3dv_device *device = cmd_buffer->device; v3dv_cmd_buffer_emit_pre_draw() local 3393 struct v3dv_device *device = cmd_buffer->device; v3dv_cmd_buffer_add_tfu_job() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_execute.c | 4179 VkResult lvp_execute_cmds(struct lvp_device *device, in lvp_execute_cmds() argument
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_device.c | 99 struct anv_device *device = (struct anv_device *)data; in compiler_debug_log() local 178 get_device_extensions(const struct anv_physical_device *device, in get_device_extensions() argument 343 anv_compute_sys_heap_size(struct anv_physical_device *device, uint64_t total_ram) anv_compute_sys_heap_size() argument 376 anv_init_meminfo(struct anv_physical_device *device, int fd) anv_init_meminfo() argument 403 anv_update_meminfo(struct anv_physical_device *device, int fd) anv_update_meminfo() argument 416 anv_physical_device_init_heaps(struct anv_physical_device *device, int fd) anv_physical_device_init_heaps() argument 537 anv_physical_device_init_uuids(struct anv_physical_device *device) anv_physical_device_init_uuids() argument 583 anv_physical_device_init_disk_cache(struct anv_physical_device *device) anv_physical_device_init_disk_cache() argument 601 anv_physical_device_free_disk_cache(struct anv_physical_device *device) anv_physical_device_free_disk_cache() argument 779 struct anv_physical_device *device = anv_physical_device_try_create() local 1056 anv_physical_device_destroy(struct anv_physical_device *device) anv_physical_device_destroy() argument 2847 anv_GetDeviceGroupPeerMemoryFeatures( VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) anv_GetDeviceGroupPeerMemoryFeatures() argument 2915 anv_device_init_border_colors(struct anv_device *device) anv_device_init_border_colors() argument 2947 anv_device_init_trivial_batch(struct anv_device *device) anv_device_init_trivial_batch() argument 2994 struct anv_device *device = v_batch; decode_get_bo() local 3041 struct anv_device *device = (struct anv_device*)driver_ctx; intel_aux_map_buffer_alloc() local 3059 struct anv_device *device = (struct anv_device*)driver_ctx; intel_aux_map_buffer_free() local 3080 struct anv_device *device; anv_CreateDevice() local 3679 struct anv_device *device = container_of(vk_device, struct anv_device, vk); anv_device_check_status() local 3699 anv_device_wait(struct anv_device *device, struct anv_bo *bo, int64_t timeout) anv_device_wait() argument 3714 anv_vma_alloc(struct anv_device *device, uint64_t size, uint64_t align, enum anv_bo_alloc_flags alloc_flags, uint64_t client_address) anv_vma_alloc() argument 3752 anv_vma_free(struct anv_device *device, uint64_t address, uint64_t size) anv_vma_free() argument 4299 anv_GetDeviceMemoryCommitment( VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCommittedMemoryInBytes) anv_GetDeviceMemoryCommitment() argument 4327 anv_BindBufferMemory2( VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) anv_BindBufferMemory2() argument 4432 anv_get_buffer_memory_requirements(struct anv_device *device, VkDeviceSize size, VkBufferUsageFlags usage, VkMemoryRequirements2* pMemoryRequirements) anv_get_buffer_memory_requirements() argument 4553 anv_GetBufferDeviceAddress( VkDevice device, const VkBufferDeviceAddressInfo* pInfo) anv_GetBufferDeviceAddress() argument 4565 anv_GetBufferOpaqueCaptureAddress( VkDevice device, const VkBufferDeviceAddressInfo* pInfo) anv_GetBufferOpaqueCaptureAddress() argument 4572 anv_GetDeviceMemoryOpaqueCaptureAddress( VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo* pInfo) anv_GetDeviceMemoryOpaqueCaptureAddress() argument 4585 anv_fill_buffer_surface_state(struct anv_device *device, struct anv_state state, enum isl_format format, struct isl_swizzle swizzle, isl_surf_usage_flags_t usage, struct anv_address address, uint32_t range, uint32_t stride) anv_fill_buffer_surface_state() argument [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_private.h | 736 struct dzn_device *device; member [all...] |
| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 83 VkDevice device; member 98 struct device_data *device; member 114 struct device_data *device; member 147 struct device_data *device; member 370 static struct device_data *new_device_data(VkDevice device, struct instance_data *instance) in new_device_data() argument 1853 overlay_CreateSwapchainKHR( VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) overlay_CreateSwapchainKHR() argument 1868 overlay_DestroySwapchainKHR( VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) overlay_DestroySwapchainKHR() argument 2013 overlay_AcquireNextImageKHR( VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex) overlay_AcquireNextImageKHR() argument 2036 overlay_AcquireNextImage2KHR( VkDevice device, const VkAcquireNextImageInfoKHR* pAcquireInfo, uint32_t* pImageIndex) overlay_AcquireNextImage2KHR() argument 2324 overlay_AllocateCommandBuffers( VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) overlay_AllocateCommandBuffers() argument 2377 overlay_FreeCommandBuffers( VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) overlay_FreeCommandBuffers() argument 2562 overlay_DestroyDevice( VkDevice device, const VkAllocationCallbacks* pAllocator) overlay_DestroyDevice() argument [all...] |
| /third_party/libdrm/tests/amdgpu/ |
| H A D | basic_tests.c | 1549 amdgpu_command_submission_write_linear_helper_with_secure(amdgpu_device_handle device, unsigned ip_type, bool secure) amdgpu_command_submission_write_linear_helper_with_secure() argument
|
| /third_party/libdrm/ |
| H A D | xf86drm.c | 3775 parse_separate_sysfs_files(int maj, int min, drmPciDeviceInfoPtr device, bool ignore_revision) parse_separate_sysfs_files() argument 3817 parse_config_sysfs_file(int maj, int min, drmPciDeviceInfoPtr device) parse_config_sysfs_file() argument 3848 drmParsePciDeviceInfo(int maj, int min, drmPciDeviceInfoPtr device, uint32_t flags) drmParsePciDeviceInfo() argument 3933 drmFreePlatformDevice(drmDevicePtr device) drmFreePlatformDevice() argument 3949 drmFreeHost1xDevice(drmDevicePtr device) drmFreeHost1xDevice() argument 3965 drmFreeDevice(drmDevicePtr *device) drmFreeDevice() argument 4003 drmDevicePtr device; drmDeviceAlloc() local 4035 drmProcessPciDevice(drmDevicePtr *device, const char *node, int node_type, int maj, int min, bool fetch_deviceinfo, uint32_t flags) drmProcessPciDevice() argument 4193 drmProcessUsbDevice(drmDevicePtr *device, const char *node, int node_type, int maj, int min, bool fetch_deviceinfo, uint32_t flags) drmProcessUsbDevice() argument 4327 drmProcessPlatformDevice(drmDevicePtr *device, const char *node, int node_type, int maj, int min, bool fetch_deviceinfo, uint32_t flags) drmProcessPlatformDevice() argument 4367 drmProcessHost1xDevice(drmDevicePtr *device, const char *node, int node_type, int maj, int min, bool fetch_deviceinfo, uint32_t flags) drmProcessHost1xDevice() argument 4408 process_device(drmDevicePtr *device, const char *d_name, int req_subsystem_type, bool fetch_deviceinfo, uint32_t flags) process_device() argument 4484 drm_device_has_rdev(drmDevicePtr device, dev_t find_rdev) drm_device_has_rdev() argument 4515 drmGetDeviceFromDevId(dev_t find_rdev, uint32_t flags, drmDevicePtr *device) drmGetDeviceFromDevId() argument 4643 drmGetDevice2(int fd, uint32_t flags, drmDevicePtr *device) drmGetDevice2() argument 4668 drmGetDevice(int fd, drmDevicePtr *device) drmGetDevice() argument 4693 drmDevicePtr device; drmGetDevices2() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_shader.c | 3946 nine_translate_shader(struct NineDevice9 *device, struct nine_shader_info *info, struct pipe_context *pipe) in nine_translate_shader() argument
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 1652 struct panfrost_device *device = pan_device(pctx->screen); in panfrost_create_sampler_view_bo() local
|
| /third_party/pulseaudio/src/modules/alsa/ |
| H A D | alsa-mixer.c | 188 pa_alsa_ucm_device *device; in pa_alsa_jack_set_has_control() local 206 pa_alsa_ucm_device *device; in pa_alsa_jack_set_plugged_in() local 258 pa_alsa_jack_add_ucm_device(pa_alsa_jack *jack, pa_alsa_ucm_device *device) pa_alsa_jack_add_ucm_device() argument 278 pa_alsa_jack_add_ucm_hw_mute_device(pa_alsa_jack *jack, pa_alsa_ucm_device *device) pa_alsa_jack_add_ucm_hw_mute_device() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiCommandBuffersTests.cpp | 461 bool executeCommandBuffer (const VkDevice device, in executeCommandBuffer() argument 1977 const auto device = context.getDevice(); in badInheritanceInfoTest() local 3585 const VkDevice device = context.getDevice(); orderBindPipelineTest() local 4274 const auto device = context.getDevice(); checkSupport() local 4336 copyAndFlush(const DeviceInterface& vkd, VkDevice device, BufferWithMemory& buffer, const std::vector<ManyDrawsVertex>& vertices) copyAndFlush() argument 4350 const auto device = m_context.getDevice(); iterate() local [all...] |
| H A D | vktApiCopiesAndBlittingTests.cpp | 331 Move<VkDevice> device; member 401 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument 431 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind, const deUint32 offset) allocateImage() argument 963 const VkDevice device = m_device; readImageAspect() local [all...] |
| H A D | vktApiObjectManagementTests.cpp | 253 VkDevice device; member 2627 Move<VkDevice> device = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), createPrivateDataDevice() local 2675 const Unique<vk::VkDevice>& device = SingletonDevice::getDevice(context, d); createPrivateDataTest() local 2958 Unique<VkDevice> device; global() member 3343 CaseDescription<Device> device; global() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
| H A D | vktFragmentShadingRateBasic.cpp | 1094 const VkDevice device = m_context.getDevice(); in iterate() local 1074 CreateCachedBuffer(const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkBufferCreateInfo& bufferCreateInfo) CreateCachedBuffer() argument 2988 const VkDevice device = m_context.getDevice(); preRenderCommands() local 3212 const VkDevice device = m_context.getDevice(); drawCommandsOnNormalSubpass() local 3293 const VkDevice device = m_context.getDevice(); drawCommands() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageCompressionTranscodingSupport.cpp | 545 const VkDevice device = m_context.getDevice(); in iterate() local 688 const VkDevice device = m_context.getDevice(); in copyDataToImage() local 759 const VkDevice device = m_context.getDevice(); executeShader() local 867 const VkDevice device = m_context.getDevice(); copyResultAndCompare() local 923 const VkDevice device = m_context.getDevice(); descriptorSetUpdate() local 1037 const VkDevice device = m_context.getDevice(); decompressImage() local 1387 const VkDevice device = m_context.getDevice(); executeShader() local 1586 const VkDevice device = m_context.getDevice(); iterate() local 1685 const VkDevice device = m_context.getDevice(); prepareVertexBuffer() local 1703 const VkDevice device = m_context.getDevice(); transcodeRead() local 1836 const VkDevice device = m_context.getDevice(); transcodeWrite() local 2053 const VkDevice device = m_context.getDevice(); verifyDecompression() local 2283 const VkDevice device = m_context.getDevice(); transcodeRead() local 2422 const VkDevice device = m_context.getDevice(); transcodeWrite() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderMiscTestsEXT.cpp | 257 const auto device = m_context.getDevice(); in iterate() local 2333 const auto device = m_context.getDevice(); iterate() local 2676 const auto device = m_context.getDevice(); iterate() local 3333 const auto device = m_context.getDevice(); iterate() local 3971 const auto device = m_context.getDevice(); iterate() local 4327 const auto device = m_context.getDevice(); iterate() local 4649 const auto device = m_context.getDevice(); iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineLibraryTests.cpp | 740 const VkDevice device = m_context.getDevice(); makePaletteBuffer() local 755 const VkDevice device = m_context.getDevice(); createDescriptorPool() local 766 const VkDevice device = m_context.getDevice(); createDescriptorSetLayout() local 784 const VkDevice device = m_context.getDevice(); createDescriptorSet() local 845 const VkDevice device = m_context.getDevice(); runTest() local 1370 const VkDevice device = m_context.getDevice(); iterate() local 1408 const VkDevice device = m_context.getDevice(); runNullDescriptorSet() local 1639 const VkDevice device = m_context.getDevice(); runNullDescriptorSetInMonolithicPipeline() local 1756 const VkDevice device = m_context.getDevice(); runIndependentPipelineLayoutSets() local 1948 const VkDevice device = m_context.getDevice(); runCompareLinkTimes() local [all...] |
| H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 450 Move<VkEvent> makeEvent (const DeviceInterface& vk, const VkDevice device) in makeEvent() argument 1524 const VkDevice device = m_context.getDevice(); in iterate() local 421 makeImage(const DeviceInterface& vk, const VkDevice device, const VkImageCreateFlags flags, const VkFormat format, const UVec2& size, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) makeImage() argument 849 bake(const DeviceInterface& vk, const VkDevice device, const PipelineConstructionType pipelineConstructionType, const UVec2& framebufferSize) bake() argument 1577 const VkDevice device = m_context.getDevice(); drawSinglePass() local 1683 const VkDevice device = m_context.getDevice(); createSampleDataBufferAndDescriptors() local 1715 const VkDevice device = m_context.getDevice(); createVertexBuffer() local 2091 const VkDevice device = m_context.getDevice(); iterate() local 2127 const VkDevice device = m_context.getDevice(); iterate() local 2276 const VkDevice device = m_context.getDevice(); drawPatternChangeReference() local 2393 const VkDevice device = m_context.getDevice(); drawRenderPasses() local 2803 const VkDevice device = m_context.getDevice(); drawSubpasses() local 2977 const VkDevice device = m_context.getDevice(); drawSameSubpass() local [all...] |
| H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 363 makeImage(const DeviceInterface& vk, const VkDevice device, const VkFormat format, const UVec2& size, const deUint32 layerCount, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage, const bool usedForMSRTSS) makeImage() argument 395 allocate(const DeviceInterface& vk, const VkDevice device, const MovePtr<Allocator>& allocator, const VkFormat format, const UVec2& size, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage, const VkImageAspectFlags aspect, const deUint32 layerCount, const bool usedForMSRTSS) allocate() argument 411 makeView(const DeviceInterface& vk, const VkDevice device, const VkFormat format, const VkImageAspectFlags aspect, const deUint32 layerCount) makeView() argument 421 makeGraphicsPipeline(const InstanceInterface& vki, const DeviceInterface& vk, const VkPhysicalDevice physicalDevice, const VkDevice device, const std::vector<std::string>& deviceExtensions, const PipelineConstructionType pipelineConstructionType, const PipelineLayoutWrapper& pipelineLayout, const VkRenderPass renderPass, VkPipelineRenderingCreateInfoKHR* pipelineRenderingCreateInfo, const ShaderWrapper vertexModule, const ShaderWrapper fragmentModule, const bool enableBlend, const bool enableDepthStencilWrite, const bool enableDepthTest, const deUint32 intWriteMask, const deUint32 subpassNdx, const deInt32 integerAttachmentLocation, const UVec4& viewportIn, const UVec4& scissorIn, const VkSampleCountFlagBits numSamples, const bool garbageAttachment) makeGraphicsPipeline() argument 647 const VkDevice device = context.getDevice(); logTestImages() local 752 const VkDevice device = context.getDevice(); logVerifyImages() local 866 const VkDevice device = context.getDevice(); submitCommandsAndWait() local 1661 const VkDevice device = context.getDevice(); createRenderPassAndFramebuffer() local 1685 const VkDevice device = context.getDevice(); createWorkingData() local 2077 const VkDevice device = context.getDevice(); setupVerifyDescriptorSetAndPipeline() local 2161 const VkDevice device = context.getDevice(); dispatchVerifyConstantColor() local 2304 const VkDevice device = context.getDevice(); testEnd() local 2940 const VkDevice device = context.getDevice(); dispatchVerifyBasic() local 2970 const VkDevice device = context.getDevice(); drawBasic() local 3193 const VkDevice device = context.getDevice(); dispatchVerifyClearAttachments() local 3295 const VkDevice device = context.getDevice(); drawClearAttachments() local 3528 const VkDevice device = context.getDevice(); drawOnePass() local 3622 const VkDevice device = context.getDevice(); dispatchVerifyMultiPassRendering() local 3666 const VkDevice device = context.getDevice(); drawSingleRenderPass() local 3758 const VkDevice device = context.getDevice(); drawMultiRenderPass() local 4493 const VkDevice device = context.getDevice(); drawInputAttachments() local [all...] |
| H A D | vktPipelineSamplerTests.cpp | 1473 const auto device = m_context.getDevice(); in iterate() local [all...] |