Searched refs:texture_offset (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c745 struct tgsi_texture_offset texture_offset; local
747 texture_offset.Index = 0;
748 texture_offset.File = 0;
749 texture_offset.SwizzleX = 0;
750 texture_offset.SwizzleY = 0;
751 texture_offset.SwizzleZ = 0;
752 texture_offset.Padding = 0;
754 return texture_offset;
764 struct tgsi_texture_offset texture_offset; local
766 texture_offset
1042 struct tgsi_texture_offset *texture_offset; local
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c745 struct tgsi_texture_offset texture_offset; local
747 texture_offset.Index = 0;
748 texture_offset.File = 0;
749 texture_offset.SwizzleX = 0;
750 texture_offset.SwizzleY = 0;
751 texture_offset.SwizzleZ = 0;
752 texture_offset.Padding = 0;
754 return texture_offset;
764 struct tgsi_texture_offset texture_offset; local
766 texture_offset
1042 struct tgsi_texture_offset *texture_offset; local
[all...]
/external/chromium_org/cc/layers/
H A Dtiled_layer_impl.cc241 gfx::Vector2d texture_offset = local
242 tiler_->texture_offset(i, j) + display_offset;
243 gfx::RectF tex_coord_rect = gfx::RectF(tile_rect.size()) + texture_offset;
/external/chromium_org/cc/resources/
H A Dlayer_tiling_data.h39 gfx::Vector2d texture_offset(int x_index, int y_index) const { function in class:cc::LayerTilingData
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_filters.c274 static VGfloat texture_offset(VGfloat width, VGint kernelSize, VGint current, VGint shift) function
350 x = texture_offset(s->width, kernelWidth, i, shiftX);
351 y = texture_offset(s->height, kernelHeight, j, shiftY);
540 x = texture_offset(s->width, kernel_width, i, kernel_width/2);
541 y = texture_offset(s->height, kernel_height, j, kernel_height/2);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_filters.c274 static VGfloat texture_offset(VGfloat width, VGint kernelSize, VGint current, VGint shift) function
350 x = texture_offset(s->width, kernelWidth, i, shiftX);
351 y = texture_offset(s->height, kernelHeight, j, shiftY);
540 x = texture_offset(s->width, kernel_width, i, kernel_width/2);
541 y = texture_offset(s->height, kernel_height, j, kernel_height/2);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.h167 uint32_t texture_offset; /**< Texture offset bitfield */ member in class:fs_inst
H A Dbrw_vec4.h181 uint32_t texture_offset; /**< Texture Offset bitfield */ member in class:brw::vec4_instruction
H A Dbrw_fs_emit.cpp395 if (inst->texture_offset) {
405 brw_imm_ud(inst->texture_offset));
H A Dbrw_vec4_emit.cpp439 if (inst->texture_offset) {
449 brw_imm_uw(inst->texture_offset));
H A Dbrw_fs_visitor.cpp1347 inst->texture_offset = brw_texture_offset(ir->offset->as_constant());
H A Dbrw_vec4_visitor.cpp1912 inst->texture_offset = brw_texture_offset(ir->offset->as_constant());
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.h167 uint32_t texture_offset; /**< Texture offset bitfield */ member in class:fs_inst
H A Dbrw_vec4.h181 uint32_t texture_offset; /**< Texture Offset bitfield */ member in class:brw::vec4_instruction
H A Dbrw_fs_emit.cpp395 if (inst->texture_offset) {
405 brw_imm_ud(inst->texture_offset));
H A Dbrw_vec4_emit.cpp439 if (inst->texture_offset) {
449 brw_imm_uw(inst->texture_offset));
H A Dbrw_fs_visitor.cpp1347 inst->texture_offset = brw_texture_offset(ir->offset->as_constant());
H A Dbrw_vec4_visitor.cpp1912 inst->texture_offset = brw_texture_offset(ir->offset->as_constant());

Completed in 345 milliseconds