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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_reader.cpp945 s_expression *s_lod = NULL; local in function:ir_reader::read_texture
956 { "txf", s_type, s_sampler, s_coord, s_offset, s_lod };
960 { "txs", s_type, s_sampler, s_lod };
968 { tag, s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow, s_lod };
1065 tex->lod_info.bias = read_rvalue(s_lod);
1074 tex->lod_info.lod = read_rvalue(s_lod);
1091 if (!MATCH(s_lod, dxdy_pat)) {
1092 ir_read_error(s_lod, "expected (dPdx dPdy) in (txd ...)");
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_reader.cpp945 s_expression *s_lod = NULL; local in function:ir_reader::read_texture
956 { "txf", s_type, s_sampler, s_coord, s_offset, s_lod };
960 { "txs", s_type, s_sampler, s_lod };
968 { tag, s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow, s_lod };
1065 tex->lod_info.bias = read_rvalue(s_lod);
1074 tex->lod_info.lod = read_rvalue(s_lod);
1091 if (!MATCH(s_lod, dxdy_pat)) {
1092 ir_read_error(s_lod, "expected (dPdx dPdy) in (txd ...)");

Completed in 5 milliseconds