Searched refs:src_requires_loading (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c7307 static int do_vtx_fetch_inst(struct r600_shader_ctx *ctx, boolean src_requires_loading) argument
7317 if (src_requires_loading) {
7469 const boolean src_requires_loading = (inst->Instruction.Opcode != TGSI_OPCODE_TXQS && local in function:tgsi_tex
7511 return do_vtx_fetch_inst(ctx, src_requires_loading);
8050 if (src_requires_loading && !src_loaded) {
8985 bool src_requires_loading = false; local in function:tgsi_store_rat
8997 src_requires_loading = true;
8999 if (src_requires_loading) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c7406 static int do_vtx_fetch_inst(struct r600_shader_ctx *ctx, boolean src_requires_loading) argument
7416 if (src_requires_loading) {
7568 const boolean src_requires_loading = (inst->Instruction.Opcode != TGSI_OPCODE_TXQS && local in function:tgsi_tex
7610 return do_vtx_fetch_inst(ctx, src_requires_loading);
8149 if (src_requires_loading && !src_loaded) {
9084 bool src_requires_loading = false; local in function:tgsi_store_rat
9096 src_requires_loading = true;
9098 if (src_requires_loading) {

Completed in 25 milliseconds