Searched refs:const_idx (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | disassemble.c | 576 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/ |
D | aubinator_viewer_urb.h | 42 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/ |
D | pgmdump.c | 126 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/ |
D | fd2_emit.c | 116 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()
|
D | ir2_assemble.c | 185 assert(instr->fetch.vtx.const_idx <= 0x1f); in fill_instr() 194 vtx->const_index = instr->fetch.vtx.const_idx; in fill_instr()
|
D | ir2_private.h | 111 uint8_t const_idx; member
|
D | fd2_program.c | 198 instr->tex.const_idx = fd2_get_const_idx(ctx, tex, fi->tex.samp_id); in patch_fetches()
|
D | ir2_nir.c | 494 instr->fetch.vtx.const_idx = 20 + (idx / 3); in load_input()
|
/external/mesa3d/src/freedreno/ir2/ |
D | instr-a2xx.h | 330 uint32_t const_idx : 5; member
|
D | disasm-a2xx.c | 405 printf(" CONST(%u)", tex->const_idx); in print_fetch_tex()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding.cc | 3249 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()
|