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.c113 emit_texture(struct fd_ringbuffer *ring, struct fd_context *ctx, in emit_texture() function
166 emitted |= emit_texture(ring, ctx, verttex, i, emitted); in emit_textures()
170 emitted |= emit_texture(ring, ctx, fragtex, i, emitted); in emit_textures()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4.h255 void emit_texture(ir_texture_opcode op,
Dbrw_vec4_visitor.cpp828 vec4_visitor::emit_texture(ir_texture_opcode op, in emit_texture() function in brw::vec4_visitor
Dbrw_vec4_nir.cpp2105 emit_texture(op, dest, dest_type, coordinate, instr->coord_components, in nir_emit_texture()