Home
last modified time | relevance | path

Searched refs:const_idx (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Ddisassemble.c576 unsigned const_idx = 0; in dump_clause() local
582 const_idx = 0; in dump_clause()
588 const_idx = 1; in dump_clause()
592 const_idx = 2; in dump_clause()
597 const_idx = 3; in dump_clause()
600 const_idx = 4; in dump_clause()
603 const_idx = 5; in dump_clause()
610 if (num_consts < const_idx + 2) in dump_clause()
611 num_consts = const_idx + 2; in dump_clause()
613 consts.raw[const_idx] = const0; in dump_clause()
[all …]
/external/mesa3d/src/intel/tools/
Daubinator_viewer_urb.h42 int const_idx = 0; in DrawAllocation() local
52 ImVec2 const_tl(x + const_idx * alloc_delta, y); in DrawAllocation()
53 ImVec2 const_br(x + (const_idx + stages[s].const_rd_length) * alloc_delta, in DrawAllocation()
89 const_idx += stages[s].const_rd_length; in DrawAllocation()
/external/mesa3d/src/freedreno/decode/
Dpgmdump.c126 uint32_t const_idx; /* the CONST() indx value for sampler */ member
199 uint32_t const_idx; /* the CONST() indx value for the sampler */ member
228 uint32_t const_idx; member
318 attrib->const_idx, attrib->name); in dump_attribute()
341 printf("\tCONST(%d): %s\n", sampler->const_idx, sampler->name); in dump_sampler()
366 printf("\tC%d: %f, %f, %f, %f\n", constant->const_idx, in dump_constant()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c116 unsigned const_idx = fd2_get_const_idx(ctx, tex, samp_id); in emit_texture() local
123 if (emitted & (1 << const_idx)) in emit_texture()
136 OUT_RING(ring, 0x00010000 + (0x6 * const_idx)); in emit_texture()
153 return (1 << const_idx); in emit_texture()
Dir2_assemble.c185 assert(instr->fetch.vtx.const_idx <= 0x1f); in fill_instr()
194 vtx->const_index = instr->fetch.vtx.const_idx; in fill_instr()
Dir2_private.h111 uint8_t const_idx; member
Dfd2_program.c198 instr->tex.const_idx = fd2_get_const_idx(ctx, tex, fi->tex.samp_id); in patch_fetches()
Dir2_nir.c494 instr->fetch.vtx.const_idx = 20 + (idx / 3); in load_input()
/external/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h330 uint32_t const_idx : 5; member
Ddisasm-a2xx.c405 printf(" CONST(%u)", tex->const_idx); in print_fetch_tex()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc3249 const int const_idx = ctx.left_child_is_const ? 0 : 1; in ConstantPushDownBiasAdd() local
3250 const auto& const_prop = (*ctx.parent_input_props)[const_idx]; in ConstantPushDownBiasAdd()
3269 node_map_->UpdateInput(node->name(), node->input(const_idx), in ConstantPushDownBiasAdd()
3271 node_map_->AddOutput(node->input(const_idx), ctx.op_child->name()); in ConstantPushDownBiasAdd()
3277 std::swap(*node->mutable_input(const_idx), in ConstantPushDownBiasAdd()