Home
last modified time | relevance | path

Searched defs:tex (Results 226 - 250 of 428) sorted by relevance

12345678910>>...18

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_scheduler.cpp133 std::list<TexInstr *> tex; member in r600::CollectInstructions
H A Dsfn_assembler.cpp446 r600_bytecode_tex tex; in visit() local
[all...]
H A Dsfn_shader_fs.cpp848 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 Dsvga_pipe_blit.c77 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 Dxa_renderer.c292 struct pipe_resource *tex; in setup_vertex_data_yuv() local
[all...]
H A Dxa_priv.h67 struct pipe_resource *tex; member
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_cubemaps.c94 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 Dff_fragment_shader.cpp806 ir_texture *tex = new(p->mem_ctx) ir_texture(ir_tex); in load_texture() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_shader.cpp133 brw_texture_offset(const nir_tex_instr *tex, unsigned src, in brw_texture_offset() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_nir.c659 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 Dst_pbo.c524 nir_tex_instr *tex = nir_tex_instr_create(b.shader, 3); in create_fs() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp698 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 Dfd6_emit.c81 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 Dtgsi_lowering.c1041 unsigned tex = inst->Texture.Texture; in transform_samp() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.c592 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 Detnaviv_disasm.c92 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 Du_simple_shaders.c297 struct ureg_src tex; in util_make_fragment_tex_shader_writemask() local
H A Du_inlines.h794 util_texrange_covers_whole_level(const struct pipe_resource *tex, in util_texrange_covers_whole_level() argument
[all...]
H A Du_tests.c119 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 Du_surface.c615 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 Dfd3_emit.c152 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 Dlp_bld_nir.h186 void (*tex)(struct lp_build_nir_context *bld_base, member
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c661 emit_tex(struct ir2_context *ctx, nir_tex_instr *tex) in emit_tex() argument
[all...]
H A Dir2_private.h118 } tex; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c148 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...]

Completed in 36 milliseconds

12345678910>>...18