| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_interpolation_map.c | 41 unsigned location, unsigned slot_count, 45 unsigned slot = vue_map->varying_to_slot[location + k]; 79 unsigned location = var->data.location; local 82 gfx4_frag_prog_set_interp_modes(prog_data, vue_map, location, slot_count, 85 if (location == VARYING_SLOT_COL0 || location == VARYING_SLOT_COL1) { 86 location = location + VARYING_SLOT_BFC0 - VARYING_SLOT_COL0; 87 gfx4_frag_prog_set_interp_modes(prog_data, vue_map, location, [all...] |
| brw_nir_lower_alpha_to_coverage.c | 118 const unsigned location = local 121 if (location == FRAG_RESULT_SAMPLE_MASK) { 127 if (location == FRAG_RESULT_COLOR || 128 location == FRAG_RESULT_DATA0) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_interpolation_map.c | 41 unsigned location, unsigned slot_count, 45 unsigned slot = vue_map->varying_to_slot[location + k]; 79 unsigned location = var->data.location; local 82 gen4_frag_prog_set_interp_modes(prog_data, vue_map, location, slot_count, 85 if (location == VARYING_SLOT_COL0 || location == VARYING_SLOT_COL1) { 86 location = location + VARYING_SLOT_BFC0 - VARYING_SLOT_COL0; 87 gen4_frag_prog_set_interp_modes(prog_data, vue_map, location, [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| shaderutil.h | 16 GLint location; /**< filled in by InitUniforms() */ member in struct:uniform_info 27 GLint location; member in struct:attrib_info
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| pan_assemble.c | 111 unsigned location = program.varyings[i]; local 122 if (location == VARYING_SLOT_POS) { 125 } else if (location == VARYING_SLOT_PSIZ) { 131 } else if (location == VARYING_SLOT_PNTC) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_xfb_info.h | 40 uint8_t location; member in struct:__anon837
|
| nir_gather_xfb_info.c | 70 unsigned *location, 91 add_var_xfb_outputs(xfb, varyings, var, buffer, location, offset, 97 add_var_xfb_outputs(xfb, varyings, var, buffer, location, offset, 118 assert(var->data.location == VARYING_SLOT_CLIP_DIST0 || 119 var->data.location == VARYING_SLOT_CLIP_DIST1); 128 * location_frac of 2 which would make it crass a location boundary 149 output->location = *location; 154 (*location)++; 196 * cumulative locations consumed by all the variables. If a location i 225 unsigned location = var->data.location; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| sfn_shader_geometry.cpp | 56 auto location = nir_intrinsic_io_semantics(instr).location; local 71 streamout_data[location] = ir; 96 auto location = nir_intrinsic_io_semantics(instr).location; local 102 if (location == VARYING_SLOT_COL0 || 103 location == VARYING_SLOT_COL1 || 104 (location >= VARYING_SLOT_VAR0 && 105 location <= VARYING_SLOT_VAR31) || 106 (location >= VARYING_SLOT_TEX0 & 147 auto location = nir_intrinsic_io_semantics(instr).location; local [all...] |
| sfn_shader_vertex.cpp | 189 unsigned location = nir_intrinsic_base(instr); local 191 if (location < VERT_ATTRIB_MAX) { 193 auto src = m_attribs[4 * location + i]; 196 set_input(location, src); 202 fprintf(stderr, "r600-NIR: Unimplemented load_deref for %d\n", location);
|
| sfn_vertexstageexport.h | 32 unsigned location; member in struct:r600::VertexStageExportBase::store_loc
|
| sfn_shaderio.h | 84 size_t location); 98 size_t location() const {return m_driver_location;} function in class:r600::ShaderInputVarying
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_xfb_info.h | 40 uint8_t location; member in struct:__anon3431
|
| nir_gather_xfb_info.c | 70 unsigned *location, 91 add_var_xfb_outputs(xfb, varyings, var, buffer, location, offset, 97 add_var_xfb_outputs(xfb, varyings, var, buffer, location, offset, 118 assert(var->data.location == VARYING_SLOT_CLIP_DIST0 || 119 var->data.location == VARYING_SLOT_CLIP_DIST1); 128 * location_frac of 2 which would make it crass a location boundary 149 output->location = *location; 154 (*location)++; 196 * cumulative locations consumed by all the variables. If a location i 225 unsigned location = var->data.location; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dvx_pipeline.c | 633 uint32_t location = desc->location + VERT_ATTRIB_GENERIC0; local 641 prog_data_vs->driver_location_map[location];
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| gl_nir_link_uniform_initializers.c | 35 int location; member in struct:set_opaque_binding_closure 52 if (data->location < 0 || 53 data->location >= data->prog->sh.data->NumUniformStorage) 57 data->prog->sh.data->UniformStorage + data->location++; 182 int location; member in struct:set_uniform_initializer_closure 212 if (data->location < 0 || 213 data->location >= data->prog->sh.data->NumUniformStorage) 217 data->prog->sh.data->UniformStorage + data->location++; 274 .location = var->data.location, [all...] |
| gl_nir_lower_samplers_as_deref.c | 74 * of the lowered deref, and calculates the lowered type and location. 81 * location: increased as we descend down and remove struct derefs 87 unsigned *location, const struct glsl_type **type) 100 remove_struct_derefs_prep(&p[1], name, location, type); 107 *location += glsl_get_struct_location_offset(cur->type, next->strct.index); 111 remove_struct_derefs_prep(&p[1], name, location, type); 152 unsigned location = var->data.location; local 164 remove_struct_derefs_prep(path.path, &name, &location, &type); 168 assert(location < state->shader_program->data->NumUniformStorage & [all...] |
| link_varyings.h | 172 return this->location; 216 * The vertex shader output location that the linker assigned for this 217 * variable. -1 if a location hasn't been assigned yet. 219 int location; member in class:tfeedback_decl 236 * location specified by \c location. 238 * Only valid if location != -1. 243 * If location != -1, the number of vector elements in this variable, or 1 249 * If location != -1, the number of matrix columns in this variable, or 1 258 * If location != -1, the size that should be returned b [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_bld_interp.h | 73 uint location:2; /* TGSI_INTERPOLOATE_LOC_* */ member in struct:lp_shader_input
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| gl_nir_link_uniform_initializers.c | 35 int location; member in struct:set_opaque_binding_closure 52 if (data->location < 0 || 53 data->location >= data->prog->sh.data->NumUniformStorage) 57 data->prog->sh.data->UniformStorage + data->location++; 176 int location; member in struct:set_uniform_initializer_closure 206 if (data->location < 0 || 207 data->location >= data->prog->sh.data->NumUniformStorage) 211 data->prog->sh.data->UniformStorage + data->location++; 268 .location = var->data.location, [all...] |
| gl_nir_lower_samplers_as_deref.c | 74 * of the lowered deref, and calculates the lowered type and location. 81 * location: increased as we descend down and remove struct derefs 87 unsigned *location, const struct glsl_type **type) 100 remove_struct_derefs_prep(&p[1], name, location, type); 107 *location += glsl_get_struct_location_offset(cur->type, next->strct.index); 111 remove_struct_derefs_prep(&p[1], name, location, type); 136 unsigned location = var->data.location; local 148 remove_struct_derefs_prep(path.path, &name, &location, &type); 152 assert(location < state->shader_program->data->NumUniformStorage & [all...] |
| link_varyings.h | 160 return this->location; 204 * The vertex shader output location that the linker assigned for this 205 * variable. -1 if a location hasn't been assigned yet. 207 int location; member in class:tfeedback_decl 224 * location specified by \c location. 226 * Only valid if location != -1. 231 * If location != -1, the number of vector elements in this variable, or 1 237 * If location != -1, the number of matrix columns in this variable, or 1 246 * If location != -1, the size that should be returned b [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| fsraytrace.c | 263 GLint location = glGetUniformLocation(program, "rot"); local 269 glUniformMatrix3fv(location, 1, 0, rot);
|
| multinoise.c | 47 GLint location; member in struct:uniform_info
|
| vsraytrace.c | 258 GLint location = glGetUniformLocation(program, "rot"); local 261 glUniformMatrix3fv(location, 1, 0, rot);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_cursor.c | 109 uint64_t location = info->fbLocation + radeon_crtc->cursor_offset + pScrn->fbOffset; local 112 OUTREG(R700_D2CUR_SURFACE_ADDRESS_HIGH, (location >> 32) & 0xf); 114 OUTREG(R700_D1CUR_SURFACE_ADDRESS_HIGH, (location >> 32) & 0xf); 156 uint64_t location = info->fbLocation + radeon_crtc->cursor_offset + pScrn->fbOffset; local 158 (location >> 32) & 0xf); 160 location & EVERGREEN_CUR_SURFACE_ADDRESS_MASK);
|