Home
last modified time | relevance | path

Searched refs:fetch_texel (Results 1 – 25 of 41) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dk001006.h19 uint32_t fetch_texel(int page, int pal_index, int u, int v);
H A Dk001006.cpp144 uint32_t k001006_device::fetch_texel(int page, int pal_index, int u, int v) in fetch_texel() function in k001006_device
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dk001006.h19 uint32_t fetch_texel(int page, int pal_index, int u, int v);
H A Dk001006.cpp144 uint32_t k001006_device::fetch_texel(int page, int pal_index, int u, int v) in fetch_texel() function in k001006_device
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/program/
H A Dprog_execute.c293 fetch_texel(struct gl_context *ctx, in fetch_texel() function
1080 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
1101 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); in _mesa_execute_program()
1163 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
/dports/lang/clover/mesa-21.3.6/src/mesa/program/
H A Dprog_execute.c293 fetch_texel(struct gl_context *ctx, in fetch_texel() function
1080 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
1101 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); in _mesa_execute_program()
1163 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/program/
H A Dprog_execute.c293 fetch_texel(struct gl_context *ctx, in fetch_texel() function
1080 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
1101 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); in _mesa_execute_program()
1163 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/program/
H A Dprog_execute.c293 fetch_texel(struct gl_context *ctx, in fetch_texel() function
1080 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
1101 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); in _mesa_execute_program()
1163 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/program/
H A Dprog_execute.c293 fetch_texel(struct gl_context *ctx, in fetch_texel() function
1080 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
1101 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); in _mesa_execute_program()
1163 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/program/
H A Dprog_execute.c293 fetch_texel(struct gl_context *ctx, in fetch_texel() function
1080 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
1101 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); in _mesa_execute_program()
1163 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/program/
H A Dprog_execute.c293 fetch_texel(struct gl_context *ctx, in fetch_texel() function
1080 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
1101 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); in _mesa_execute_program()
1163 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/program/
H A Dprog_execute.c293 fetch_texel(struct gl_context *ctx, in fetch_texel() function
1080 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
1101 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); in _mesa_execute_program()
1163 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/program/
H A Dprog_execute.c293 fetch_texel(struct gl_context *ctx, in fetch_texel() function
1080 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
1101 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); in _mesa_execute_program()
1163 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/program/
H A Dprog_execute.c293 fetch_texel(struct gl_context *ctx, in fetch_texel() function
1080 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
1101 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); in _mesa_execute_program()
1163 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_atifragshader.c48 fetch_texel(struct gl_context * ctx, const GLfloat texcoord[4], GLfloat lambda, in fetch_texel() function
282 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]); in handle_sample_op()
/dports/lang/clover/mesa-21.3.6/src/mesa/swrast/
H A Ds_atifragshader.c48 fetch_texel(struct gl_context * ctx, const GLfloat texcoord[4], GLfloat lambda, in fetch_texel() function
282 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]); in handle_sample_op()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/swrast/
H A Ds_atifragshader.c48 fetch_texel(struct gl_context * ctx, const GLfloat texcoord[4], GLfloat lambda, in fetch_texel() function
282 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]); in handle_sample_op()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/swrast/
H A Ds_atifragshader.c48 fetch_texel(struct gl_context * ctx, const GLfloat texcoord[4], GLfloat lambda, in fetch_texel() function
282 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]); in handle_sample_op()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_atifragshader.c48 fetch_texel(struct gl_context * ctx, const GLfloat texcoord[4], GLfloat lambda, in fetch_texel() function
282 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]); in handle_sample_op()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/swrast/
H A Ds_atifragshader.c48 fetch_texel(struct gl_context * ctx, const GLfloat texcoord[4], GLfloat lambda, in fetch_texel() function
282 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]); in handle_sample_op()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/swrast/
H A Ds_atifragshader.c48 fetch_texel(struct gl_context * ctx, const GLfloat texcoord[4], GLfloat lambda, in fetch_texel() function
282 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]); in handle_sample_op()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/swrast/
H A Ds_atifragshader.c48 fetch_texel(struct gl_context * ctx, const GLfloat texcoord[4], GLfloat lambda, in fetch_texel() function
282 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]); in handle_sample_op()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/swrast/
H A Ds_atifragshader.c48 fetch_texel(struct gl_context * ctx, const GLfloat texcoord[4], GLfloat lambda, in fetch_texel() function
282 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]); in handle_sample_op()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/swrast/
H A Ds_atifragshader.c48 fetch_texel(struct gl_context * ctx, const GLfloat texcoord[4], GLfloat lambda, in fetch_texel() function
282 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]); in handle_sample_op()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1961 fetch_texel( struct tgsi_sampler *sampler, in fetch_texel() function
2178 fetch_texel(mach->Sampler, unit, unit, in exec_tex()
2294 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2310 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2324 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2344 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2364 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2542 fetch_texel(mach->Sampler, resource_unit, sampler_unit, in exec_sample()
2656 fetch_texel(mach->Sampler, resource_unit, sampler_unit, in exec_sample_d()
2672 fetch_texel(mach->Sampler, resource_unit, sampler_unit, in exec_sample_d()
[all …]

12