Home
last modified time | relevance | path

Searched defs:view (Results 451 - 475 of 484) sorted by relevance

1...<<11121314151617181920

/third_party/node/deps/ada/
H A Dada.h1057 ada_really_inline bool begins_with(std::string_view view, in begins_with() argument
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h502 D3D12_INDEX_BUFFER_VIEW view; member
H A Ddzn_cmd_buffer.c1369 dzn_cmd_buffer_clear_attachment(struct dzn_cmd_buffer *cmdbuf, struct dzn_image_view *view, VkImageLayout layout, const VkClearValue *value, VkImageAspectFlags aspects, uint32_t base_layer, uint32_t layer_count, uint32_t rect_count, D3D12_RECT *rects) dzn_cmd_buffer_clear_attachment() argument
3375 struct dzn_image_view *view = NULL; dzn_CmdClearAttachments() local
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1207 JSArrayBufferView view = JSArrayBufferView::cast(obj); in ExtractJSObjectReferences() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c823 VkBufferView view; in get_buffer_view() local
1001 struct zink_sampler_view *view = zink_sampler_view(pview); in zink_sampler_view_destroy() local
1539 create_image_bufferview(struct zink_context *ctx, const struct pipe_image_view *view) create_image_bufferview() argument
1564 create_image_surface(struct zink_context *ctx, const struct pipe_image_view *view, bool is_compute) create_image_surface() argument
1821 zink_create_texture_handle(struct pipe_context *pctx, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) zink_create_texture_handle() argument
1971 zink_create_image_handle(struct pipe_context *pctx, const struct pipe_image_view *view) zink_create_image_handle() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c990 struct panfrost_sampler_view view = { in panfrost_emit_images() local
1630 panfrost_get_tex_desc(struct panfrost_batch *batch, enum pipe_shader_type st, struct panfrost_sampler_view *view) panfrost_get_tex_desc() argument
1746 panfrost_update_sampler_view(struct panfrost_sampler_view *view, struct pipe_context *pctx) panfrost_update_sampler_view() argument
1775 struct panfrost_sampler_view *view = ctx->sampler_views[stage][i]; panfrost_emit_texture_descriptors() local
4662 struct panfrost_sampler_view *view = (struct panfrost_sampler_view *) pview; panfrost_sampler_view_destroy() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp239 Move<VkImageView> view; member
[all...]
/third_party/python/Objects/
H A Ddictobject.c4597 dictview_mapping(PyObject *view, void *Py_UNUSED(ignored)) { in dictview_mapping() argument
[all...]
H A Dexceptions.c2998 Py_buffer view; in UnicodeDecodeError_init() local
/third_party/python/Modules/_ctypes/
H A D_ctypes.c1288 Py_buffer view; in CharArray_set_raw() local
2802 PyCData_NewGetBuffer(PyObject *myself, Py_buffer *view, int flags) in PyCData_NewGetBuffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp237 Move<VkImageView> view; member
[all...]
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h476 struct view // len should be more than sizeof(view) - because of the final byte for flags struct in doctest::String
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c364 isl_color_value_requires_conversion(union isl_color_value color, const struct isl_surf *surf, const struct isl_view *view) isl_color_value_requires_conversion() argument
6827 int view = u_bit_scan(&clear_view_mask); CmdBeginRendering() local
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl.h1630 const struct isl_view *view; member
1743 const struct isl_view *view; member
1799 const struct isl_view *view; member
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c2462 fill_surface_state(struct isl_device *isl_dev, void *map, struct iris_resource *res, struct isl_surf *surf, struct isl_view *view, unsigned aux_usage, uint32_t extra_main_offset, uint32_t tile_x_sa, uint32_t tile_y_sa) fill_surface_state() argument
2505 fill_surface_states(struct isl_device *isl_dev, struct iris_surface_state *surf_state, struct iris_resource *res, struct isl_surf *surf, struct isl_view *view, uint64_t extra_main_offset, uint32_t tile_x_sa, uint32_t tile_y_sa) fill_surface_states() argument
2685 struct isl_view *view = &surf->view; iris_create_surface() local
2895 struct isl_view view = { iris_set_shader_images() local
2959 is_sampler_view_3d(const struct iris_sampler_view *view) is_sampler_view_3d() argument
2987 struct iris_sampler_view *view = (void *) pview; iris_set_sampler_views() local
3283 struct isl_view view = { iris_set_framebuffer_state() local
4904 update_clear_value(struct iris_context *ice, struct iris_batch *batch, struct iris_resource *res, struct iris_surface_state *surf_state, struct isl_view *view) update_clear_value() argument
5167 struct iris_sampler_view *view = shs->textures[i]; iris_populate_binding_table() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c1847 struct pipe_surface *view = in tc_create_surface() local
1870 struct pipe_sampler_view *view = in tc_create_sampler_view() local
1879 tc_sampler_view_destroy(struct pipe_context *_pipe, struct pipe_sampler_view *view) tc_sampler_view_destroy() argument
1895 struct pipe_stream_output_target *view; tc_create_stream_output_target() local
1922 tc_create_texture_handle(struct pipe_context *_pipe, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) tc_create_texture_handle() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c684 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 DvktRayTracingAccelerationStructuresTests.cpp4023 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 Dvulkan_funcs.hpp2158 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.c2524 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.c5180 _ssl_RAND_add_impl(PyObject *module, Py_buffer *view, double entropy) in _ssl_RAND_add_impl() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3790 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
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c4568 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 Dsi_pipe.h889 struct pipe_sampler_view *view; member
896 struct pipe_image_view view; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c2878 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...]

Completed in 167 milliseconds

1...<<11121314151617181920