Home
last modified time | relevance | path

Searched refs:constant_offset (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_nir.cpp1978 uint32_t constant_offset = 0;
2036 if (!brw_texture_offset(instr, i, &constant_offset)) {
2089 constant_offset |= 2 << 16;
2091 constant_offset |= instr->component << 16;
2125 inst->offset = constant_offset;
/third_party/python/Modules/
H A D_zoneinfo.c1103 int constant_offset = in load_data() local
1105 if (constant_offset < 0) { in load_data()
1109 self->fixed_offset = constant_offset; in load_data()

Completed in 7 milliseconds