HomeSort by relevance Sort by last modified time
    Searched refs:num_varyings (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_shader.c 73 for (int idx = 0; idx < link.num_varyings; ++idx)
84 if (link.num_varyings > 0 && link.varyings[link.num_varyings - 1].num_components <= 2)
90 cs->PA_ATTRIBUTE_ELEMENT_COUNT = VIVS_PA_ATTRIBUTE_ELEMENT_COUNT_COUNT(link.num_varyings);
91 for (int idx = 0; idx < link.num_varyings; ++idx)
95 cs->VS_OUTPUT_COUNT = 1 + link.num_varyings; /* position + varyings */
101 for (int idx = 0; idx < link.num_varyings; ++idx)
129 VIVS_PS_INPUT_COUNT_COUNT(link.num_varyings + 1) | /* Number of inputs plus position */
132 VIVS_PS_TEMP_REGISTER_CONTROL_NUM_TEMPS(MAX2(fs->num_temps, link.num_varyings + 1));
139 VIVS_PS_INPUT_COUNT_COUNT(link.num_varyings + 2) | /* MSAA adds another input *
    [all...]
etnaviv_compiler.h 103 unsigned num_varyings; member in struct:etna_shader_link_info
etnaviv_compiler.c 193 int num_varyings; member in struct:etna_compile
    [all...]
  /external/libdrm/etnaviv/
etnaviv_gpu.c 84 gpu->specs.num_varyings = get_param(dev, core, ETNA_GPU_NUM_VARYINGS);
166 *value = gpu->specs.num_varyings;
etnaviv_priv.h 65 uint32_t num_varyings; member in struct:etna_specs
  /external/mesa3d/src/intel/blorp/
blorp_genX_exec.h 164 const unsigned num_varyings = local
166 const unsigned total_needed = 16 + 16 + num_varyings * 16;
201 const unsigned num_varyings = local
204 *size = 16 + num_varyings * vec4_size_in_bytes;
288 const unsigned num_varyings = local
290 const unsigned num_elements = 2 + num_varyings;
368 for (unsigned i = 0; i < num_varyings; ++i) {
    [all...]

Completed in 189 milliseconds