/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_serialize.c | 512 } tex; member 675 } tex; member 1511 write_tex(write_ctx *ctx, const nir_tex_instr *tex) in write_tex() argument 1557 nir_tex_instr *tex = nir_tex_instr_create(ctx->nir, header.tex.num_srcs); read_tex() local [all...] |
H A D | nir.c | 834 nir_tex_instr_add_src(nir_tex_instr *tex, in nir_tex_instr_add_src() argument 856 nir_tex_instr_remove_src(nir_tex_instr *tex, unsigned src_idx) nir_tex_instr_remove_src() argument 872 nir_tex_instr_has_explicit_tg4_offsets(nir_tex_instr *tex) nir_tex_instr_has_explicit_tg4_offsets() argument [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_clear_blit.c | 528 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 1); in build_blit_fs_shader() local 577 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 2); build_ms_copy_fs_shader() local [all...] |
/third_party/mesa3d/src/freedreno/ir2/ |
H A D | instr-a2xx.h | 382 instr_fetch_tex_t tex; member
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 2728 get_tex_dest_type(nir_tex_instr *tex) in get_tex_dest_type() argument 2756 tex_info(nir_tex_instr *tex, unsigned *flagsp, unsigned *coordsp) in tex_info() argument 2784 get_tex_samp_tex_src(struct ir3_context *ctx, nir_tex_instr *tex) get_tex_samp_tex_src() argument 2914 emit_tex(struct ir3_context *ctx, nir_tex_instr *tex) emit_tex() argument 3297 emit_tex_info(struct ir3_context *ctx, nir_tex_instr *tex, unsigned idx) emit_tex_info() argument 3323 emit_tex_txs(struct ir3_context *ctx, nir_tex_instr *tex) emit_tex_txs() argument 3504 nir_tex_instr *tex = nir_instr_as_tex(instr); emit_instr() local [all...] |
H A D | ir3.h | 367 unsigned samp, tex; member 409 unsigned samp, tex; member
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 445 } tex; member 501 } tex; member 526 } tex; member
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 380 struct qreg tex = qir_TEX_RESULT(c); in ntq_emit_txf() local 504 struct qreg tex = qir_TEX_RESULT(c); ntq_emit_tex() local [all...] |
H A D | vc4_qir.h | 319 } tex[VC4_MAX_TEXTURE_SAMPLERS]; member
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_context.h | 610 struct v3d_texture_stateobj tex[PIPE_SHADER_TYPES]; member
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 140 nir_tex_instr *tex = nir_tex_instr_create(b->shader, num_srcs); in blorp_create_nir_tex_instr() local 185 nir_tex_instr *tex = blorp_nir_tex() local 203 nir_tex_instr *tex = blorp_nir_txf() local 219 nir_tex_instr *tex = blorp_nir_txf_ms() local 247 nir_tex_instr *tex = blorp_blit_txf_ms_mcs() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blitter.c | 2272 util_blitter_generate_mipmap(struct blitter_context *blitter, struct pipe_resource *tex, enum pipe_format format, unsigned base_level, unsigned last_level, unsigned first_layer, unsigned last_layer) util_blitter_generate_mipmap() argument [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 254 const struct tgsi_instruction_texture *tex = &insn->Texture; in texOffsetMask() local 326 const struct tgsi_instruction_texture *tex = &insn->Texture; in srcMask() local 476 static nv50_ir::TexTarget translateTexture(uint tex) in translateTexture() argument 2228 Converter::setTexRS(TexInstruction *tex, unsigned int& s, int R, int S) in setTexRS() argument 2262 TexInstruction *tex = new_TexInstruction(func, OP_TXQ); handleTXQ() local 2987 TexInstruction *tex = mkTex(OP_SUREDP, tgsi.getImageTarget(), handleATOM() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state.c | 787 r600_create_sampler_view(struct pipe_context *ctx, struct pipe_resource *tex, const struct pipe_sampler_view *state) r600_create_sampler_view() argument [all...] |
H A D | r600_pipe_common.h | 911 r600_can_sample_zs(struct r600_texture *tex, bool stencil_sampler) in r600_can_sample_zs() argument 918 r600_htile_enabled(struct r600_texture *tex, unsigned level) in r600_htile_enabled() argument
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9.c | 728 struct NineBaseTexture9 *tex; in NineDevice9_EvictManagedResourcesInternal() local 747 struct NineBaseTexture9 *tex; in NineDevice9_EvictManagedResources() local 1130 struct NineTexture9 *tex; NineDevice9_CreateTexture() local 1166 struct NineVolumeTexture9 *tex; NineDevice9_CreateVolumeTexture() local 1199 struct NineCubeTexture9 *tex; NineDevice9_CreateCubeTexture() local 2656 struct NineBaseTexture9 *tex = NineBaseTexture9(pTexture); NineDevice9_SetTexture() local 2929 struct NineBaseTexture9 *tex, *ptr; validate_textures() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_context.h | 403 struct r300_texture_desc tex; member 661 static inline struct r300_resource* r300_resource(struct pipe_resource* tex) in r300_resource() argument
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 264 MakeFromBackendTexture( GrRecordingContext* rContext, GrColorType colorType, sk_sp<SkColorSpace> colorSpace, const GrBackendTexture& tex, int sampleCnt, GrSurfaceOrigin origin, const SkSurfaceProps& surfaceProps, sk_sp<GrRefCntedCallback> releaseHelper) MakeFromBackendTexture() argument
|
/third_party/skia/tools/debugger/ |
H A D | DrawCommand.cpp | 1952 DrawAtlasCommand(const SkImage* image, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, SkBlendMode bmode, const SkSamplingOptions& sampling, const SkRect* cull, const SkPaint* paint) DrawAtlasCommand() argument
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_copy.c | 1797 nir_tex_instr *tex = nir_tex_instr_create(b.shader, 2); in get_texel_buffer_copy_fs() local 3105 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 3); build_nir_tex_op_read() local 3131 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 4); build_nir_tex_op_ms_fetch_sample() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 2383 create_bindless_texture(nir_shader *nir, nir_tex_instr *tex, unsigned descriptor_set) in create_bindless_texture() argument 2417 nir_tex_instr *tex = nir_instr_as_tex(in); in lower_bindless_instr() local 2750 nir_tex_instr *tex = nir_instr_as_tex(instr); scan_nir() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.c | 686 struct si_texture* tex = (struct si_texture*) samp->views[unit]->texture; in si_check_blend_dst_sampler_noop() local 2164 static unsigned si_tex_dim(struct si_screen *sscreen, struct si_texture *tex, unsigned view_target, in si_tex_dim() argument 2514 struct si_texture *tex = (struct si_texture *)surf->base.texture; in si_initialize_color_surface() local 2696 struct si_texture *tex = (struct si_texture *)surf->base.texture; si_init_depth_surface() local 2833 si_set_sampler_depth_decompress_mask(struct si_context *sctx, struct si_texture *tex) si_set_sampler_depth_decompress_mask() argument 2855 struct si_texture *tex = (struct si_texture *)surf->texture; si_update_fb_dirtiness_after_rendering() local 2869 struct si_texture *tex = (struct si_texture *)surf->texture; si_update_fb_dirtiness_after_rendering() local 2882 struct si_texture *tex; si_dec_framebuffer_counters() local 2893 si_mark_display_dcc_dirty(struct si_context *sctx, struct si_texture *tex) si_mark_display_dcc_dirty() argument 2924 struct si_texture *tex; si_set_framebuffer_state() local 3205 struct si_texture *tex = NULL; si_emit_framebuffer_state() local 3464 struct si_texture *tex = (struct si_texture *)zb->base.texture; si_emit_framebuffer_state() local 4005 gfx10_make_texture_descriptor( struct si_screen *screen, struct si_texture *tex, bool sampler, enum pipe_texture_target target, enum pipe_format pipe_format, const unsigned char state_swizzle[4], unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, uint32_t *state, uint32_t *fmask_state) gfx10_make_texture_descriptor() argument 4189 si_make_texture_descriptor(struct si_screen *screen, struct si_texture *tex, bool sampler, enum pipe_texture_target target, enum pipe_format pipe_format, const unsigned char state_swizzle[4], unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, uint32_t *state, uint32_t *fmask_state) si_make_texture_descriptor() argument 4528 struct si_texture *tex = (struct si_texture *)texture; si_create_sampler_view() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 3332 tex_instr_is_lod_allowed(nir_tex_instr *tex) in tex_instr_is_lod_allowed() argument 3347 emit_tex(struct ntv_context *ctx, nir_tex_instr *tex) in emit_tex() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 3611 nir_tex_instr *tex = nir_instr_as_tex(instr); nir_to_tgsi_lower_txp() local [all...] |
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 1083 struct pipe_sampler_view *tex = &ctx->sampler_views[st][texidx]->base; in panfrost_upload_txs_sysval() local 1735 void *tex = (PAN_ARCH >= 6) ? &so->bifrost_descriptor : payload.cpu; panfrost_create_sampler_view_bo() local [all...] |