Home
last modified time | relevance | path

Searched refs:spec_id (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp226 uint32_t spec_id = inst.GetSingleWordOperand(kSpecIdLiteralOperandIndex); in Process() local
249 auto iter = spec_id_to_value_str_.find(spec_id); in Process()
263 auto iter = spec_id_to_value_bit_pattern_.find(spec_id); in Process()
334 uint32_t spec_id = 0; in ParseDefaultValuesString() local
335 if (!ParseNumber(spec_id_str.c_str(), &spec_id)) { in ParseDefaultValuesString()
339 auto iter = spec_id_to_value->find(spec_id); in ParseDefaultValuesString()
358 (*spec_id_to_value)[spec_id] = std::string(val_begin, val_end - val_begin); in ParseDefaultValuesString()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp226 uint32_t spec_id = inst.GetSingleWordOperand(kSpecIdLiteralOperandIndex); in Process() local
249 auto iter = spec_id_to_value_str_.find(spec_id); in Process()
263 auto iter = spec_id_to_value_bit_pattern_.find(spec_id); in Process()
334 uint32_t spec_id = 0; in ParseDefaultValuesString() local
335 if (!ParseNumber(spec_id_str.c_str(), &spec_id)) { in ParseDefaultValuesString()
339 auto iter = spec_id_to_value->find(spec_id); in ParseDefaultValuesString()
358 (*spec_id_to_value)[spec_id] = std::string(val_begin, val_end - val_begin); in ParseDefaultValuesString()