HomeSort by: relevance | last modified time | path
    Searched refs:tex_count (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
r300_state_derived.c 310 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0; local
400 rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 << tex_count);
401 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
402 stream_loc_notcl[loc++] = 6 + tex_count;
405 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_XYZW);
406 tex_count++;
485 for (i = gen_offset; i < ATTR_GENERIC_COUNT && tex_count < 8; i++) {
495 rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 << tex_count);
496 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
497 stream_loc_notcl[loc++] = 6 + tex_count;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
r300_state_derived.c 310 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0; local
400 rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 << tex_count);
401 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
402 stream_loc_notcl[loc++] = 6 + tex_count;
405 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_XYZW);
406 tex_count++;
485 for (i = gen_offset; i < ATTR_GENERIC_COUNT && tex_count < 8; i++) {
495 rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 << tex_count);
496 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
497 stream_loc_notcl[loc++] = 6 + tex_count;
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
i915_render.c 851 int tex_count, t; local
858 tex_count = 1 + (mask != NULL);
862 if (tex_count != 0) {
863 OUT_BATCH(_3DSTATE_MAP_STATE | (3 * tex_count));
864 OUT_BATCH((1 << tex_count) - 1);
865 for (t = 0; t < tex_count; t++) {
871 OUT_BATCH(_3DSTATE_SAMPLER_STATE | (3 * tex_count));
872 OUT_BATCH((1 << tex_count) - 1);
873 for (t = 0; t < tex_count; t++) {
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
i915_render.c 851 int tex_count, t; local
858 tex_count = 1 + (mask != NULL);
862 if (tex_count != 0) {
863 OUT_BATCH(_3DSTATE_MAP_STATE | (3 * tex_count));
864 OUT_BATCH((1 << tex_count) - 1);
865 for (t = 0; t < tex_count; t++) {
871 OUT_BATCH(_3DSTATE_SAMPLER_STATE | (3 * tex_count));
872 OUT_BATCH((1 << tex_count) - 1);
873 for (t = 0; t < tex_count; t++) {
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blitter.c 190 unsigned tex_count = 0; local
196 tex_count++;
205 tex_count++;
211 tex_count++;
218 cfg.shader.texture_count = tex_count;
871 unsigned tex_count,
876 pan_pool_alloc_desc_array(pool, tex_count, TEXTURE);
878 for (unsigned i = 0; i < tex_count; i++) {
893 for (unsigned i = 0; i < tex_count; i++) {
908 tex_count * sizeof(mali_ptr)
920 unsigned tex_count = 0; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 1091 unsigned tex_count = 0; local
1111 tex_count++;
1117 if (tex_count >= s->max_tex_group || max_score == -1
1118 || (s->TEXCount > 0 && tex_count == s->TEXCount)
1119 || (!s->C->is_r500 && tex_count > 0 && max_score == -1)) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 1091 unsigned tex_count = 0; local
1111 tex_count++;
1117 if (tex_count >= s->max_tex_group || max_score == -1
1118 || (s->TEXCount > 0 && tex_count == s->TEXCount)
1119 || (!s->C->is_r500 && tex_count > 0 && max_score == -1)) {
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
gen3_render.c 2025 unsigned int tex_count, n; local
2047 tex_count = 0;
2066 ss2 &= ~S2_TEXCOORD_FMT(tex_count, TEXCOORDFMT_NOT_PRESENT);
2067 ss2 |= S2_TEXCOORD_FMT(tex_count,
2070 map[tex_count * 2 + 0] =
2075 map[tex_count * 2 + 1] =
2078 sampler[tex_count * 2 + 0] = op->src.filter;
2079 sampler[tex_count * 2 + 1] =
2081 tex_count << SS3_TEXTUREMAP_INDEX_SHIFT;
2082 bo[tex_count] = op->src.bo
    [all...]
sna_render.h 366 uint32_t tex_count; member in struct:gen3_render_state
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
gen3_render.c 2001 unsigned int tex_count, n; local
2023 tex_count = 0;
2042 ss2 &= ~S2_TEXCOORD_FMT(tex_count, TEXCOORDFMT_NOT_PRESENT);
2043 ss2 |= S2_TEXCOORD_FMT(tex_count,
2046 map[tex_count * 2 + 0] =
2051 map[tex_count * 2 + 1] =
2054 sampler[tex_count * 2 + 0] = op->src.filter;
2055 sampler[tex_count * 2 + 1] =
2057 tex_count << SS3_TEXTUREMAP_INDEX_SHIFT;
2058 bo[tex_count] = op->src.bo
    [all...]
sna_render.h 358 uint32_t tex_count; member in struct:gen3_render_state

Completed in 21 milliseconds