Searched refs:vs_slot (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_tess.c62 int vs_slot; local in function:llvm_fetch_tcs_input
76 for (slot = 0, vs_slot = 0; slot < shader->info.num_inputs; ++slot) {
77 vs_slot = draw_tes_get_input_index(
81 if (vs_slot < 0) {
88 (*input_data)[i][slot][0] = input[vs_slot][0];
89 (*input_data)[i][slot][1] = input[vs_slot][1];
90 (*input_data)[i][slot][2] = input[vs_slot][2];
91 (*input_data)[i][slot][3] = input[vs_slot][3];
99 ++vs_slot;
226 int vs_slot; local in function:llvm_fetch_tes_input
[all...]
H A Ddraw_gs.c131 int vs_slot; local in function:tgsi_fetch_gs_input
151 for (slot = 0, vs_slot = 0; slot < shader->info.num_inputs; ++slot) {
159 vs_slot = draw_gs_get_input_index(
163 if (vs_slot < 0) {
171 debug_printf("\tSlot = %d, vs_slot = %d, idx = %d:\n",
172 slot, vs_slot, idx);
173 assert(!util_is_inf_or_nan(input[vs_slot][0]));
174 assert(!util_is_inf_or_nan(input[vs_slot][1]));
175 assert(!util_is_inf_or_nan(input[vs_slot][2]));
176 assert(!util_is_inf_or_nan(input[vs_slot][
234 int vs_slot; local in function:llvm_fetch_gs_input
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c131 int vs_slot; local in function:tgsi_fetch_gs_input
145 for (slot = 0, vs_slot = 0; slot < shader->info.num_inputs; ++slot) {
153 vs_slot = draw_gs_get_input_index(
157 if (vs_slot < 0) {
165 debug_printf("\tSlot = %d, vs_slot = %d, idx = %d:\n",
166 slot, vs_slot, idx);
167 assert(!util_is_inf_or_nan(input[vs_slot][0]));
168 assert(!util_is_inf_or_nan(input[vs_slot][1]));
169 assert(!util_is_inf_or_nan(input[vs_slot][2]));
170 assert(!util_is_inf_or_nan(input[vs_slot][
251 int vs_slot; local in function:llvm_fetch_gs_input
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp1598 unsigned vs_slot = locate_linkage(semantic_name, semantic_idx, &ctx->vs->info.base); local in function:BuilderSWR::CompileGS
1599 assert(vs_slot < PIPE_MAX_SHADER_OUTPUTS);
1601 vs_slot += VERTEX_ATTRIB_START_SLOT;
1604 vs_slot--;
1607 vs_slot = VERTEX_POSITION_SLOT;
1609 STORE(C(vs_slot), vtxAttribMap, {0, slot});
1610 mapConstants.push_back(C(vs_slot));
2139 unsigned vs_slot = local in function:BuilderSWR::CompileTCS
2141 assert(vs_slot < PIPE_MAX_SHADER_OUTPUTS);
2143 vs_slot
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp640 unsigned vs_slot = locate_linkage(semantic_name, semantic_idx, &ctx->vs->info.base); local in function:BuilderSWR::CompileGS
642 vs_slot += VERTEX_ATTRIB_START_SLOT;
645 vs_slot--;
648 vs_slot = VERTEX_POSITION_SLOT;
650 STORE(C(vs_slot), vtxAttribMap, {0, slot});
651 mapConstants.push_back(C(vs_slot));

Completed in 11 milliseconds