/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_scheduler.cpp | 133 std::list<TexInstr *> tex; member in r600::CollectInstructions
|
H A D | sfn_assembler.cpp | 446 r600_bytecode_tex tex; in visit() local [all...] |
H A D | sfn_shader_fs.cpp | 848 auto tex = new TexInstr(TexInstr::get_gradient_h, grad, {0, 1, 7, 7}, interp, 0, 0); in load_barycentric_at_sample() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_blit.c | 77 intra_surface_copy(struct svga_context *svga, struct pipe_resource *tex, in intra_surface_copy() argument 830 struct svga_texture *tex = svga_texture(resource); in is_texture_valid_to_copy() local
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_renderer.c | 292 struct pipe_resource *tex; in setup_vertex_data_yuv() local [all...] |
H A D | xa_priv.h | 67 struct pipe_resource *tex; member
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_cubemaps.c | 94 nir_tex_instr *tex = nir_instr_as_tex(instr); in lower_int_cubmap_to_array_filter() local 193 create_array_tex_from_cube_tex(nir_builder *b, nir_tex_instr *tex, nir_ssa_def *coord, nir_texop op) in create_array_tex_from_cube_tex() argument 342 handle_cube_gather(nir_builder *b, nir_tex_instr *tex, nir_ssa_def *coord) handle_cube_gather() argument 425 lower_cube_sample(nir_builder *b, nir_tex_instr *tex) lower_cube_sample() argument 451 lower_cube_txs(nir_builder *b, nir_tex_instr *tex) lower_cube_txs() argument 512 lower_int_cubemap_to_array_tex(nir_builder *b, nir_tex_instr *tex) lower_int_cubemap_to_array_tex() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.cpp | 806 ir_texture *tex = new(p->mem_ctx) ir_texture(ir_tex); in load_texture() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_shader.cpp | 133 brw_texture_offset(const nir_tex_instr *tex, unsigned src, in brw_texture_offset() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_nir.c | 659 nir_tex_instr *tex = nir_tex_instr_create(b.shader, 4); in dzn_nir_blit_fs() local 691 nir_tex_instr *tex = dzn_nir_blit_fs() local [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo.c | 524 nir_tex_instr *tex = nir_tex_instr_create(b.shader, 3); in create_fs() local [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 698 TexInstruction *tex = asTex(); in moveSources() local 929 TexInstruction *tex = (i ? static_cast<TexInstruction *>(i) : in clone() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_emit.c | 81 setup_border_colors(struct fd_texture_stateobj *tex, in setup_border_colors() argument 274 fd6_emit_textures(struct fd_context *ctx, struct fd_ringbuffer *ring, enum pipe_shader_type type, struct fd_texture_stateobj *tex, unsigned bcolor_offset, const struct ir3_shader_variant *v) fd6_emit_textures() argument 518 struct fd6_texture_state *tex = global() variable 536 struct fd_texture_stateobj *tex = &ctx->tex[type]; global() variable 1186 struct fd_texture_stateobj *tex = &ctx->tex[PIPE_SHADER_COMPUTE]; fd6_emit_cs_state() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_lowering.c | 1041 unsigned tex = inst->Texture.Texture; in transform_samp() local
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_idct.c | 592 struct pipe_resource *tex; in init_source() local 393 vl_idct_stage2_vert_shader(struct vl_idct *idct, struct ureg_program *shader, unsigned first_output, struct ureg_dst tex) vl_idct_stage2_vert_shader() argument 633 struct pipe_resource *tex; init_intermediate() local [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_disasm.c | 92 struct etna_inst_tex *tex; member 356 print_tex(struct etna_inst_tex *tex, bool sep) in print_tex() argument 547 struct etna_inst_tex tex = { in print_instr() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_simple_shaders.c | 297 struct ureg_src tex; in util_make_fragment_tex_shader_writemask() local
|
H A D | u_inlines.h | 794 util_texrange_covers_whole_level(const struct pipe_resource *tex, in util_texrange_covers_whole_level() argument [all...] |
H A D | u_tests.c | 119 util_set_max_viewport(struct cso_context *cso, struct pipe_resource *tex) in util_set_max_viewport() argument 70 util_set_framebuffer_cb0(struct cso_context *cso, struct pipe_context *ctx, struct pipe_resource *tex) util_set_framebuffer_cb0() argument 222 util_probe_rect_rgba_multi(struct pipe_context *ctx, struct pipe_resource *tex, unsigned offx, unsigned offy, unsigned w, unsigned h, const float *expected, unsigned num_expected_colors) util_probe_rect_rgba_multi() argument 272 util_probe_rect_rgba(struct pipe_context *ctx, struct pipe_resource *tex, unsigned offx, unsigned offy, unsigned w, unsigned h, const float *expected) util_probe_rect_rgba() argument 540 struct pipe_resource *tex = test_sync_file_fences() local 874 nv12_validate_resource_fields(struct pipe_resource *tex) nv12_validate_resource_fields() argument 892 struct pipe_resource *tex = util_create_texture2d(screen, NV12_WIDTH, NV12_HEIGHT, test_nv12() local [all...] |
H A D | u_surface.c | 615 util_clear_texture(struct pipe_context *pipe, struct pipe_resource *tex, unsigned level, const struct pipe_box *box, const void *data) util_clear_texture() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_emit.c | 152 emit_textures(struct fd_context *ctx, struct fd_ringbuffer *ring, enum adreno_state_block sb, struct fd_texture_stateobj *tex) emit_textures() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.h | 186 void (*tex)(struct lp_build_nir_context *bld_base, member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_nir.c | 661 emit_tex(struct ir2_context *ctx, nir_tex_instr *tex) in emit_tex() argument [all...] |
H A D | ir2_private.h | 118 } tex; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_emit.c | 148 emit_textures(struct fd_context *ctx, struct fd_ringbuffer *ring, enum a4xx_state_block sb, struct fd_texture_stateobj *tex, const struct ir3_shader_variant *v) emit_textures() argument [all...] |