/dports/emulators/mess/mame-mame0226/src/mame/video/ |
H A D | k001006.h | 19 uint32_t fetch_texel(int page, int pal_index, int u, int v);
|
H A D | k001006.cpp | 144 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 D | k001006.h | 19 uint32_t fetch_texel(int page, int pal_index, int u, int v);
|
H A D | k001006.cpp | 144 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 D | prog_execute.c | 293 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 D | prog_execute.c | 293 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 D | prog_execute.c | 293 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 D | prog_execute.c | 293 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 D | prog_execute.c | 293 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 D | prog_execute.c | 293 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 D | prog_execute.c | 293 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 D | prog_execute.c | 293 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 D | prog_execute.c | 293 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 D | prog_execute.c | 293 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 D | s_atifragshader.c | 48 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 D | s_atifragshader.c | 48 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 D | s_atifragshader.c | 48 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 D | s_atifragshader.c | 48 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 D | s_atifragshader.c | 48 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 D | s_atifragshader.c | 48 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 D | s_atifragshader.c | 48 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 D | s_atifragshader.c | 48 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 D | s_atifragshader.c | 48 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 D | s_atifragshader.c | 48 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 D | tgsi_exec.c | 1961 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 …]
|