HomeSort by relevance Sort by last modified time
    Searched full:fullinst (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 107 const struct tgsi_full_instruction *fullinst,
227 assert(fullinst->Instruction.Texture);
231 if (is_texture_inst(fullinst->Instruction.Opcode)) {
232 const unsigned target = fullinst->Texture.Texture;
256 !is_mem_query_inst(fullinst->Instruction.Opcode)) {
259 if (tgsi_get_opcode_info(fullinst->Instruction.Opcode)->is_store) {
287 const struct tgsi_full_instruction *fullinst,
294 assert(fullinst->Instruction.Opcode < TGSI_OPCODE_LAST);
295 info->opcode_count[fullinst->Instruction.Opcode]++;
297 switch (fullinst->Instruction.Opcode)
858 struct tgsi_full_instruction *fullinst = local
    [all...]
tgsi_transform.c 167 struct tgsi_full_instruction *fullinst local
177 if (fullinst->Instruction.Opcode == TGSI_OPCODE_END
182 ctx->emit_instruction(ctx, fullinst);
186 ctx->transform_instruction(ctx, fullinst);
188 ctx->emit_instruction(ctx, fullinst);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.c 42 struct rc_instruction * fullinst,
54 cb_data->Cb(cb_data->UserData, fullinst, src->File,
59 cb_data->Cb(cb_data->UserData, fullinst, RC_FILE_ADDRESS, 0,
101 static void reads_pair(struct rc_instruction * fullinst, rc_read_write_mask_fn cb, void * userdata)
103 struct rc_pair_instruction * inst = &fullinst->U.P;
124 cb(userdata, fullinst, inst->RGB.Src[src].File, inst->RGB.Src[src].Index,
128 cb(userdata, fullinst, inst->Alpha.Src[src].File, inst->Alpha.Src[src].Index, RC_MASK_W);
133 struct rc_instruction * fullinst,
156 presub_type = fullinst->
158 src_array = fullinst->U.P.RGB.Src
    [all...]
radeon_program_print.c 341 static void rc_print_pair_instruction(FILE * f, struct rc_instruction * fullinst, unsigned *branch_depth)
343 struct rc_pair_instruction * inst = &fullinst->U.P;
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 241 void getMnemonicAcceptInfo(StringRef Mnemonic, StringRef FullInst,
    [all...]

Completed in 215 milliseconds