Searched refs:write_data (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp261 nbc.write_data(bc->bytecode);
H A Dsb_bc.h915 void write_data(uint32_t* dst) { function in class:r600_sb::bytecode
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp261 nbc.write_data(bc->bytecode);
H A Dsb_bc.h954 void write_data(uint32_t* dst) { function in class:r600_sb::bytecode
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_accel.c490 unsigned int write_data = 0; /* the actual data written */ local in function:TGASubsequentSolidFillRect
525 write_data = pixel_count;
527 TGA_FAST_WRITE_REG(write_data, TGA_CONTINUE_REG);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c82 static uint32_t *write_data(uint32_t *ptr, const void *data, unsigned size) function in typeref:typename:uint32_t *
106 return write_data(ptr, data, size);
155 ptr = write_data(ptr, &shader->config, sizeof(shader->config));
156 ptr = write_data(ptr, &shader->info, sizeof(shader->info));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c118 static uint32_t *write_data(uint32_t *ptr, const void *data, unsigned size) function in typeref:typename:uint32_t *
142 return write_data(ptr, data, size);
187 ptr = write_data(ptr, &shader->config, sizeof(shader->config));
188 ptr = write_data(ptr, &shader->info, sizeof(shader->info));
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_vgatool.c198 static Bool write_data(ScrnInfoPtr pScrn, UCHAR data) function in typeref:typename:Bool
221 write_data(pScrn, Mode);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp11132 Temp write_data = ctx->program->allocateTmp(RegClass(RegType::vgpr, count)); local in function:aco::__anon562fcc110110::emit_stream_output
11138 vec->definitions[0] = Definition(write_data);
11155 store->operands[3] = Operand(write_data);

Completed in 105 milliseconds