HomeSort by: relevance | last modified time | path
    Searched defs:idx (Results 1 - 25 of 601) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_state_image.c 43 int idx = start + i; local
46 pipe_resource_reference(&softpipe->tgsi.image[shader]->sp_iview[idx].resource, images[i].resource);
47 softpipe->tgsi.image[shader]->sp_iview[idx] = images[i];
50 pipe_resource_reference(&softpipe->tgsi.image[shader]->sp_iview[idx].resource, NULL);
51 memset(&softpipe->tgsi.image[shader]->sp_iview[idx], 0, sizeof(struct pipe_image_view));
56 int idx = start + num + i; local
58 pipe_resource_reference(&softpipe->tgsi.image[shader]->sp_iview[idx].resource, NULL);
59 memset(&softpipe->tgsi.image[shader]->sp_iview[idx], 0, sizeof(struct pipe_image_view));
77 int idx = start + i; local
80 pipe_resource_reference(&softpipe->tgsi.buffer[shader]->sp_bview[idx].buffer, buffers[i].buffer)
    [all...]
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
ir_expression_operation_constant.h 2054 const unsigned idx = op[2]->value.u[0]; variable
2060 data.u[idx] = op[1]->value.u[0];
2063 data.i[idx] = op[1]->value.i[0];
2066 data.f[idx] = op[1]->value.f[0];
2069 data.d[idx] = op[1]->value.d[0];
2072 data.u64[idx] = op[1]->value.u64[0];
2075 data.i64[idx] = op[1]->value.i64[0];
2078 data.b[idx] = op[1]->value.b[0];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_state_image.c 42 int idx = start + i; local
45 pipe_resource_reference(&softpipe->tgsi.image[shader]->sp_iview[idx].resource, images[i].resource);
46 softpipe->tgsi.image[shader]->sp_iview[idx] = images[i];
49 pipe_resource_reference(&softpipe->tgsi.image[shader]->sp_iview[idx].resource, NULL);
50 memset(&softpipe->tgsi.image[shader]->sp_iview[idx], 0, sizeof(struct pipe_image_view));
69 int idx = start + i; local
72 pipe_resource_reference(&softpipe->tgsi.buffer[shader]->sp_bview[idx].buffer, buffers[i].buffer);
73 softpipe->tgsi.buffer[shader]->sp_bview[idx] = buffers[i];
76 pipe_resource_reference(&softpipe->tgsi.buffer[shader]->sp_bview[idx].buffer, NULL);
77 memset(&softpipe->tgsi.buffer[shader]->sp_bview[idx], 0, sizeof(struct pipe_shader_buffer))
    [all...]
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
ir_expression_operation_constant.h 1790 const unsigned idx = op[2]->value.u[0]; variable
1796 data.u[idx] = op[1]->value.u[0];
1799 data.i[idx] = op[1]->value.i[0];
1802 data.f[idx] = op[1]->value.f[0];
1805 data.d[idx] = op[1]->value.d[0];
1808 data.u64[idx] = op[1]->value.u64[0];
1811 data.i64[idx] = op[1]->value.i64[0];
1814 data.b[idx] = op[1]->value.b[0];
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_vec_index_to_swizzle.cpp 67 ir_constant *const idx = local
69 if (idx == NULL)
88 const int i = CLAMP(idx->value.i[0], 0,
main.cpp 81 int idx = 0; local
82 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) {
gl_nir_lower_atomics.c 109 const unsigned idx = use_binding_as_idx ? var->data.binding : local
135 nir_intrinsic_set_base(instr, idx);
link_uniform_block_active_visitor.cpp 116 const unsigned idx = c->get_uint_component(0); local
120 if (ub_array->array_elements[i] == idx)
132 ub_array->array_elements[ub_array->num_array_elements] = idx;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
fd5_draw.h 98 struct pipe_resource *idx = info->index.resource; local
99 max_indices = idx->width0 / info->index_size;
106 OUT_RELOC(ring, fd_resource(idx)->bo, index_offset, 0, 0);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_mempool.c 102 unsigned idx = 0; local
105 handles[idx++] = (*bo)->gem_handle;
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_util.c 65 unsigned idx = i - PIPE_SWIZZLE_X; local
66 out[idx] = PIPE_SWIZZLE_X + c;
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
midgard_errata_lod.c 55 nir_src idx = nir_src_for_ssa(nir_imm_int(b, tex->texture_index)); local
56 nir_src_copy(&l->src[0], &idx);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_vec_index_to_swizzle.cpp 67 ir_constant *const idx = local
69 if (idx == NULL)
88 const int i = CLAMP(idx->value.i[0], 0,
main.cpp 80 int idx = 0; local
81 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_state_derived.c 95 int idx = fsInfo->input_semantic_index[i]; local
96 llvmpipe->color_slot[idx] = (int)vinfo->num_attribs;
  /xsrc/external/mit/brotli/dist/c/enc/
static_dict_lut.h 22 uint16_t idx; member in struct:DictWord
  /xsrc/external/mit/xinput/dist/src/
buttonmap.c 70 int idx; local
77 for(idx=1; idx < nbuttons + 1; idx++) {
78 printf("%d ", map[idx - 1]);
134 int idx; local
144 for(idx=1; idx < min; idx++) {
145 map[idx - 1] = atoi(argv[idx])
    [all...]
  /xsrc/external/mit/xsm/dist/
misc.c 44 int varlen, idx; local
53 for (idx = 0; environ[idx] != 0; idx++) {
54 if (strncmp(environ[idx], s, varlen) == 0) {
56 environ[idx] = s;
60 environ[idx] = environ[idx+1];
61 } while(environ[++idx] != 0);
73 newenv = (char **) XtMalloc((unsigned) ((idx + 2) * sizeof(char*)))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/asahi/lib/
pool.c 75 unsigned idx = 0; local
77 handles[idx++] = (*bo)->handle;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_decompose_tmp.h 50 unsigned idx[6], i; local
65 idx[0] = GET_ELT(i);
66 POINT(idx[0]);
73 idx[0] = GET_ELT(i);
74 idx[1] = GET_ELT(i + 1);
75 LINE(flags, idx[0], idx[1]);
83 idx[1] = GET_ELT(0);
84 idx[2] = idx[1]
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_uniforms.c 73 unsigned idx; local
101 idx = uinfo->contents[i] - ETNA_UNIFORM_UBO0_ADDR;
103 .bo = etna_resource(cb[idx].buffer)->bo,
105 .offset = cb[idx].buffer_offset + val,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
fd4_draw.h 104 struct pipe_resource *idx = info->index.resource; local
111 OUT_RELOC(ring, fd_resource(idx)->bo, index_offset, 0, 0);
112 OUT_RING(ring, A4XX_CP_DRAW_INDX_INDIRECT_2_INDX_SIZE(idx->width0 -
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_derived.c 95 int idx = fsInfo->input_semantic_index[i]; local
96 llvmpipe->color_slot[idx] = (int)vinfo->num_attribs;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
queue.cpp 143 int idx = -1; local
146 idx++;
147 properties.push_back(d_properties[idx]);
148 } while (d_properties[idx & ~1]);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_query.c 207 uint32_t idx = i + firstQuery; local
209 if (pool->queries[idx]) {
210 device->queue.ctx->destroy_query(device->queue.ctx, pool->queries[idx]);
211 pool->queries[idx] = NULL;

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>