Home
last modified time | relevance | path

Searched defs:store_type (Results 1 – 10 of 10) sorted by relevance

/third_party/spirv-tools/source/opt/
Dlocal_single_store_elim_pass.cpp166 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp167 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_single_store_elim_pass.cpp167 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable() local
/third_party/skia/third_party/externals/tint/src/transform/
Dmodule_scope_var_to_entry_point_param.cc177 auto store_type = [&]() { in Process() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl.cc1291 const auto* store_type = in RegisterTypes() local
1644 const Type** store_type, in ConvertDecorationsForVariable()
1777 bool ParserImpl::ConvertPipelineDecorations(const Type* store_type, in ConvertPipelineDecorations()
Dparser_impl_module_var_test.cc1793 std::string SampleIdPreamble(std::string store_type) { in SampleIdPreamble()
2093 std::string SampleMaskPreamble(std::string store_type, uint32_t stride = 0u) { in SampleMaskPreamble()
2666 std::string VertexIndexPreamble(std::string store_type) { in VertexIndexPreamble()
2936 std::string InstanceIndexPreamble(std::string store_type) { in InstanceIndexPreamble()
3231 std::string store_type) { in ComputeBuiltinInputPreamble()
Dfunction.cc1220 auto* store_type = GetVariableStoreType(*var); in EmitEntryPointAsWrapper() local
1303 const Type* store_type = GetVariableStoreType(*var); in EmitEntryPointAsWrapper() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp7917 auto store_type = texel_type; in emit_instruction() local
Dspirv_glsl.cpp11952 auto store_type = value_type; in emit_instruction() local
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc6336 StoreType store_type = StoreType::ForValueKind(kind); in StoreObjectField() local