OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hw_reg_mapping
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp
47
unsigned int
hw_reg_mapping
[this->virtual_grf_count];
local
71
hw_reg_mapping
[0] = this->first_non_payload_grf;
72
next =
hw_reg_mapping
[0] + this->virtual_grf_sizes[0];
75
hw_reg_mapping
[i] = next;
84
assign(
hw_reg_mapping
, &inst->dst);
85
assign(
hw_reg_mapping
, &inst->src[0]);
86
assign(
hw_reg_mapping
, &inst->src[1]);
87
assign(
hw_reg_mapping
, &inst->src[2]);
148
unsigned int
hw_reg_mapping
[virtual_grf_count];
local
228
hw_reg_mapping
[i] = first_assigned_grf + brw->vs.ra_reg_to_grf[reg]
[
all
...]
brw_fs_reg_allocate.cpp
46
int
hw_reg_mapping
[this->virtual_grf_count + 1];
local
51
hw_reg_mapping
[0] = ALIGN(this->first_non_payload_grf, reg_width);
53
hw_reg_mapping
[i] = (
hw_reg_mapping
[i - 1] +
56
this->grf_used =
hw_reg_mapping
[this->virtual_grf_count];
61
assign_reg(
hw_reg_mapping
, &inst->dst, reg_width);
62
assign_reg(
hw_reg_mapping
, &inst->src[0], reg_width);
63
assign_reg(
hw_reg_mapping
, &inst->src[1], reg_width);
64
assign_reg(
hw_reg_mapping
, &inst->src[2], reg_width);
158
int
hw_reg_mapping
[this->virtual_grf_count]
local
[
all
...]
Completed in 635 milliseconds