Home
last modified time | relevance | path

Searched defs:target (Results 1501 - 1525 of 2104) sorted by relevance

1...<<61626364656667686970>>...85

/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.cc832 Address target = host.entry() + target_offset; in VisitInternalReference() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c731 struct fd_stream_output_target *target = in fd5_emit_state() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h563 fd_stream_output_target(struct pipe_stream_output_target *target) in fd_stream_output_target() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c505 dd_context_stream_output_target_destroy(struct pipe_context *_pipe, struct pipe_stream_output_target *target) dd_context_stream_output_target_destroy() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c252 trace_screen_is_format_supported(struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned tex_usage) trace_screen_is_format_supported() argument
1250 trace_screen_get_sparse_texture_virtual_page_size(struct pipe_screen *_screen, enum pipe_texture_target target, bool multi_sample, enum pipe_format format, unsigned offset, unsigned size, int *x, int *y, int *z) trace_screen_get_sparse_texture_virtual_page_size() argument
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c132 agx_is_2d(enum pipe_texture_target target) in agx_is_2d() argument
1008 agx_is_format_supported(struct pipe_screen* pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) agx_is_format_supported() argument
[all...]
H A Dagx_state.h52 agx_so_target(struct pipe_stream_output_target *target) in agx_so_target() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nv50.cpp2301 CodeEmitterNV50::CodeEmitterNV50(Program::Type type, const TargetNV50 *target) : in CodeEmitterNV50() argument
[all...]
H A Dnv50_ir_emit_gv100.cpp162 int64_t target = ((int64_t)insn->target.bb->binPos - (codeSize + 0x10)) / 4; in emitBRA() local
1440 int target = 0; emitSUTarget() local
2117 CodeEmitterGV100(TargetGV100 *target) CodeEmitterGV100() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h112 unsigned target:8; /* TGSI_TEXTURE_* */ member
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c529 vl_mpeg12_get_decode_buffer(struct vl_mpeg12_decoder *dec, struct pipe_video_buffer *target) in vl_mpeg12_get_decode_buffer() argument
588 vl_mpeg12_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) vl_mpeg12_begin_frame() argument
653 vl_mpeg12_decode_macroblock(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) vl_mpeg12_decode_macroblock() argument
723 vl_mpeg12_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) vl_mpeg12_decode_bitstream() argument
749 vl_mpeg12_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) vl_mpeg12_end_frame() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec.cpp165 d3d12_video_decoder_begin_frame(struct pipe_video_codec *codec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) d3d12_video_decoder_begin_frame() argument
181 d3d12_video_decoder_decode_bitstream(struct pipe_video_codec *codec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void *const *buffers, const unsigned *sizes) d3d12_video_decoder_decode_bitstream() argument
297 d3d12_video_decoder_store_upper_layer_references(struct d3d12_video_decoder *pD3D12Dec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) d3d12_video_decoder_store_upper_layer_references() argument
320 d3d12_video_decoder_end_frame(struct pipe_video_codec *codec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) d3d12_video_decoder_end_frame() argument
[all...]
H A Dd3d12_blit.cpp253 get_subresource_id(enum pipe_texture_target target, unsigned subres, unsigned stride, in get_subresource_id() argument
[all...]
H A Dd3d12_draw.cpp227 image_view_dimension(enum pipe_texture_target target) in image_view_dimension() argument
850 d3d12_stream_output_target *target in update_draw_auto() local
1160 struct d3d12_stream_output_target *target = (struct d3d12_stream_output_target *)so_targets[i]; d3d12_draw_vbo() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c1190 uint target; in parse_instruction() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c1020 struct pipe_stream_output_target *target; in panfrost_create_stream_output_target() local
1038 panfrost_stream_output_target_destroy(struct pipe_context *pctx, struct pipe_stream_output_target *target) panfrost_stream_output_target_destroy() argument
[all...]
H A Dpan_context.h364 pan_so_target(struct pipe_stream_output_target *target) in pan_so_target() argument
/third_party/libbpf/src/
H A Dusdt.c584 struct usdt_target *targets = NULL, *target; in collect_usdt_targets() local
900 allocate_spec_id(struct usdt_manager *man, struct hashmap *specs_hash, struct bpf_link_usdt *link, struct usdt_target *target, int *spec_id, bool *is_new) allocate_spec_id() argument
1031 struct usdt_target *target = &targets[i]; usdt_manager_attach_usdt() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsource-output.c1307 static bool find_filter_source_output(pa_source_output *target, pa_source *s) { in find_filter_source_output() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureShadowTests.cpp106 void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() argument
113 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() argument
120 void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() argument
127 clampFloatingPointTexture(tcu::Texture1D& target) clampFloatingPointTexture() argument
134 clampFloatingPointTexture(tcu::Texture1DArray& target) clampFloatingPointTexture() argument
141 clampFloatingPointTexture(tcu::TextureCubeArray& target) clampFloatingPointTexture() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp116 createImage(const egl::ImageState &state, const gl::Context *context, EGLenum target, const egl::AttributeMap &attribs) createImage() argument
1003 validateImageClientBuffer(const gl::Context *context, EGLenum target, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) const validateImageClientBuffer() argument
1018 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
H A DFunctionsEGL.cpp435 createImageKHR(EGLContext context, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) const createImageKHR() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.cpp238 CaptureFramebufferParameteri(const State &glState, bool isCallValid, GLenum target, GLenum pname, GLint param) CaptureFramebufferParameteri() argument
283 CaptureGetBooleani_v(const State &glState, bool isCallValid, GLenum target, GLuint index, GLboolean *data) CaptureGetBooleani_v() argument
312 CaptureGetFramebufferParameteriv(const State &glState, bool isCallValid, GLenum target, GLenum pname, GLint *params) CaptureGetFramebufferParameteriv() argument
[all...]
H A Dcapture_gles_2_0_params.cpp361 CaptureGetFramebufferAttachmentParameteriv_params(const State &glState, bool isCallValid, GLenum target, GLenum attachment, GLenum pname, GLint *params, ParamCapture *paramCapture) CaptureGetFramebufferAttachmentParameteriv_params() argument
419 CaptureGetRenderbufferParameteriv_params(const State &glState, bool isCallValid, GLenum target, GLenum pname, GLint *params, ParamCapture *paramCapture) CaptureGetRenderbufferParameteriv_params() argument
H A Dcapture_gles_3_0_params.cpp305 CaptureGetInteger64i_v_data(const State &glState, bool isCallValid, GLenum target, GLuint index, GLint64 *data, ParamCapture *paramCapture) CaptureGetInteger64i_v_data() argument
324 CaptureGetIntegeri_v_data(const State &glState, bool isCallValid, GLenum target, GLuint index, GLint *data, ParamCapture *paramCapture) CaptureGetIntegeri_v_data() argument
334 CaptureGetInternalformativ_params(const State &glState, bool isCallValid, GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params, ParamCapture *paramCapture) CaptureGetInternalformativ_params() argument
627 CaptureInvalidateFramebuffer_attachments(const State &glState, bool isCallValid, GLenum target, GLsizei numAttachments, const GLenum *attachments, ParamCapture *paramCapture) CaptureInvalidateFramebuffer_attachments() argument
638 CaptureInvalidateSubFramebuffer_attachments(const State &glState, bool isCallValid, GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height, ParamCapture *paramCapture) CaptureInvalidateSubFramebuffer_attachments() argument

Completed in 43 milliseconds

1...<<61626364656667686970>>...85