OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linear_texture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_transfer.c
40
struct r300_resource *
linear_texture
;
member in struct:r300_transfer
57
ctx->resource_copy_region(ctx, &r300transfer->
linear_texture
->b.b, 0,
73
&r300transfer->
linear_texture
->b.b, 0, &src_box);
150
trans->
linear_texture
= r300_resource(
154
if (!trans->
linear_texture
) {
159
trans->
linear_texture
= r300_resource(
163
if (!trans->
linear_texture
) {
178
assert(!trans->
linear_texture
->tex.microtile &&
179
!trans->
linear_texture
->tex.macrotile[0]);
183
trans->
linear_texture
->tex.stride_in_bytes[0]
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/
r300_transfer.c
40
struct r300_resource *
linear_texture
;
member in struct:r300_transfer
57
ctx->resource_copy_region(ctx, &r300transfer->
linear_texture
->b.b, 0,
73
&r300transfer->
linear_texture
->b.b, 0, &src_box);
150
trans->
linear_texture
= r300_resource(
154
if (!trans->
linear_texture
) {
159
trans->
linear_texture
= r300_resource(
163
if (!trans->
linear_texture
) {
178
assert(!trans->
linear_texture
->tex.microtile &&
179
!trans->
linear_texture
->tex.macrotile[0]);
183
trans->
linear_texture
->tex.stride_in_bytes[0]
[
all
...]
Completed in 27 milliseconds