Searched refs:emit_texture (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_emit.c | 113 emit_texture(struct fd_ringbuffer *ring, struct fd_context *ctx, in emit_texture() function 165 emitted |= emit_texture(ring, ctx, verttex, i, emitted); in emit_textures() 169 emitted |= emit_texture(ring, ctx, fragtex, i, emitted); in emit_textures()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.0.rst | 2478 - intel/vec4: Use ir_texture_opcode less in emit_texture() 2479 - intel/vec4: Use nir_texop in emit_texture instead of translating 2480 - intel/vec4: Inline emit_texture and move helpers to brw_vec4_nir.cpp
|