| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | evergreen_state.c | 684 texture_buffer_sampler_view(struct r600_context *rctx, struct r600_pipe_sampler_view *view, unsigned width0, unsigned height0) texture_buffer_sampler_view() argument 919 struct r600_pipe_sampler_view *view = CALLOC_STRUCT(r600_pipe_sampler_view); evergreen_create_sampler_view_custom() local 1036 unsigned view; global() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 4023 const Move<VkImageView> view = makeImageView(vk, device, **image, VK_IMAGE_VIEW_TYPE_2D, m_format, imageSubresourceRange); variable 4151 const Move<VkImageView> view = makeImageView(vk, device, **image, VK_IMAGE_VIEW_TYPE_2D, m_format, imageSubresourceRange); in iterate() local 4351 const Move<VkImageView> view = makeImageView(vk, device, **image, VK_IMAGE_VIEW_TYPE_2D, m_format, imageSubresourceRange); in iterate() local
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_funcs.hpp | 2158 VULKAN_HPP_NAMESPACE::BufferView view; in createBufferView() local 2177 VULKAN_HPP_NAMESPACE::BufferView view; in createBufferViewUnique() local 2397 VULKAN_HPP_NAMESPACE::ImageView view; in createImageView() local 2416 VULKAN_HPP_NAMESPACE::ImageView view; in createImageViewUnique() local [all...] |
| /third_party/python/Modules/ |
| H A D | _pickle.c | 2524 const Py_buffer* view = PyPickleBuffer_GetBuffer(obj); in save_picklebuffer() local 5617 PyObject *view = PyMemoryView_FromObject(obj); load_readonly_buffer() local [all...] |
| H A D | _ssl.c | 5180 _ssl_RAND_add_impl(PyObject *module, Py_buffer *view, double entropy) in _ssl_RAND_add_impl() argument
|
| H A D | _testcapimodule.c | 3658 Py_buffer view = { in test_from_contiguous() local 7577 heapctypewithbuffer_getbuffer(HeapCTypeWithBufferObject *self, Py_buffer *view, int flags) heapctypewithbuffer_getbuffer() argument 7588 heapctypewithbuffer_releasebuffer(HeapCTypeWithBufferObject *self, Py_buffer *view) heapctypewithbuffer_releasebuffer() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 3790 const Move<VkImageView> view = makeImageView(vk, device, **image, VK_IMAGE_VIEW_TYPE_2D, m_format, imageSubresourceRange); variable 3918 const Move<VkImageView> view = makeImageView(vk, device, **image, VK_IMAGE_VIEW_TYPE_2D, m_format, imageSubresourceRange); in iterate() local 4118 const Move<VkImageView> view = makeImageView(vk, device, **image, VK_IMAGE_VIEW_TYPE_2D, m_format, imageSubresourceRange); in iterate() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| H A D | i915_drv.h | 1845 i915_gem_object_ggtt_pin(struct drm_i915_gem_object *obj, const struct i915_ggtt_view *view, u64 size, u64 alignment, u64 flags) i915_gem_object_ggtt_pin() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_types.h | 703 struct intel_fb_view view; member [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_cmd_buffer.c | 4568 struct radv_image_view *view = state->attachments[att_idx].iview; in radv_get_attachment_sample_locations() local 4607 struct radv_image_view *view = cmd_buffer->state.attachments[idx].iview; in radv_handle_subpass_image_transition() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.h | 889 struct pipe_sampler_view *view; member 896 struct pipe_image_view view; member
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_state.c | 2878 struct isl_view *view = &surf->view; crocus_create_surface() local 3097 struct isl_view view = { crocus_set_shader_images() local 3113 struct isl_view view = { crocus_set_shader_images() local 3172 struct crocus_sampler_view *view = (void *) pview; crocus_set_sampler_views() local 4992 struct isl_view view = *in_view; emit_surface_state() local 5082 struct isl_view *view = &surf->view; emit_surface() local 5109 struct isl_view *view = &surf->read_view; emit_rt_surface() local 5456 struct crocus_sampler_view *view = shs->textures[i]; crocus_populate_binding_table() local 5467 struct crocus_sampler_view *view = shs->textures[i]; crocus_populate_binding_table() local 5478 struct crocus_image_view *view = &shs->image[i]; crocus_populate_binding_table() local 7449 struct isl_view view = { global() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_helpers.cpp | 8308 std::unique_ptr<ImageView> &view = mSubresourceDrawImageViews[range]; in getLevelDrawImageView() local 8448 BufferView &view = formatAndView.second; release() local 8476 BufferView &view = formatAndView.second; destroy() local 8519 BufferView view; getView() local [all...] |
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | php-upb.c | 967 upb_strview view = *(upb_strview*)field_mem; in upb_encode_scalarfield() local 4536 static char* strviewdup(const symtab_addctx *ctx, upb_strview view) { in strviewdup() argument 4544 static bool streql_view(upb_strview view, const char *b) { in streql_view() argument [all...] |
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan_funcs.hpp | 2090 VULKAN_HPP_NAMESPACE::BufferView view; in createBufferView() local 2110 VULKAN_HPP_NAMESPACE::BufferView view; in createBufferViewUnique() local 2320 VULKAN_HPP_NAMESPACE::ImageView view; in createImageView() local 2340 VULKAN_HPP_NAMESPACE::ImageView view; in createImageViewUnique() local 22687 bindOpticalFlowSessionImageNV( VULKAN_HPP_NAMESPACE::OpticalFlowSessionNV session, VULKAN_HPP_NAMESPACE::OpticalFlowSessionBindingPointNV bindingPoint, VULKAN_HPP_NAMESPACE::ImageView view, VULKAN_HPP_NAMESPACE::ImageLayout layout, Dispatch const & d ) const bindOpticalFlowSessionImageNV() argument [all...] |
| H A D | vulkan_raii.hpp | 12417 VULKAN_HPP_NAMESPACE::BufferView view; variable 12477 VULKAN_HPP_NAMESPACE::ImageView view; variable 22102 bindImage( VULKAN_HPP_NAMESPACE::OpticalFlowSessionBindingPointNV bindingPoint, VULKAN_HPP_NAMESPACE::ImageView view, VULKAN_HPP_NAMESPACE::ImageLayout layout ) const bindImage() argument [all...] |
| /third_party/vulkan-loader/loader/generated/ |
| H A D | vk_loader_extensions.c | 9157 BindOpticalFlowSessionImageNV( VkDevice device, VkOpticalFlowSessionNV session, VkOpticalFlowSessionBindingPointNV bindingPoint, VkImageView view, VkImageLayout layout) BindOpticalFlowSessionImageNV() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.c | 2134 intel_fill_fb_ggtt_view(struct i915_ggtt_view *view, in intel_fill_fb_ggtt_view() argument 2219 intel_pin_and_fence_fb_obj(struct drm_framebuffer *fb, const struct i915_ggtt_view *view, bool uses_fence, unsigned long *out_flags) intel_pin_and_fence_fb_obj() argument [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | upb.c | 922 upb_strview view = *(upb_strview*)field_mem; in upb_encode_scalarfield() local 4073 static char* strviewdup(const symtab_addctx *ctx, upb_strview view) { in strviewdup() argument 4081 static bool streql_view(upb_strview view, const char *b) { in streql_view() argument [all...] |
| /third_party/glfw/deps/ |
| H A D | nuklear.h | 18929 nk_list_view_begin(struct nk_context *ctx, struct nk_list_view *view, in nk_list_view_begin() argument 18983 nk_list_view_end(struct nk_list_view *view) nk_list_view_end() argument [all...] |
| /third_party/sqlite/src/ |
| H A D | sqlite3.c | 17780 } view; global() member [all...] |