Home
last modified time | relevance | path

Searched refs:emit_texture (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c123 emit_texture(struct fd_ringbuffer *ring, struct fd_context *ctx, in emit_texture() function
160 emitted |= emit_texture(ring, ctx, &ctx->verttex, i, emitted); in emit_textures()
164 emitted |= emit_texture(ring, ctx, &ctx->fragtex, i, emitted); in emit_textures()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.h264 void emit_texture(ir_texture_opcode op,
Dbrw_vec4_visitor.cpp902 vec4_visitor::emit_texture(ir_texture_opcode op, in emit_texture() function in brw::vec4_visitor
Dbrw_vec4_nir.cpp2322 emit_texture(op, dest, dest_type, coordinate, instr->coord_components, in nir_emit_texture()