OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_inst
(Results
1 - 2
of
2
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
inst_bindless_check_pass.cpp
84
Instruction*
image_inst
= get_def_use_mgr()->GetDef(image_id);
local
87
if (
image_inst
->opcode() == SpvOp::SpvOpSampledImage) {
88
load_id =
image_inst
->GetSingleWordInOperand(kSpvSampledImageImageIdInIdx);
90
} else if (
image_inst
->opcode() == SpvOp::SpvOpImage) {
91
load_id =
image_inst
->GetSingleWordInOperand(kSpvImageSampledImageIdInIdx);
95
load_inst =
image_inst
;
168
if (
image_inst
->opcode() == SpvOp::SpvOpSampledImage) {
170
image_inst
->type_id(), SpvOpSampledImage, new_load_id,
171
image_inst
->GetSingleWordInOperand(kSpvSampledImageSamplerIdInIdx));
174
assert(
image_inst
->opcode() == SpvOp::SpvOpImage && "expecting OpImage")
[
all
...]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
inst_bindless_check_pass.cpp
84
Instruction*
image_inst
= get_def_use_mgr()->GetDef(image_id);
local
87
if (
image_inst
->opcode() == SpvOp::SpvOpSampledImage) {
88
load_id =
image_inst
->GetSingleWordInOperand(kSpvSampledImageImageIdInIdx);
90
} else if (
image_inst
->opcode() == SpvOp::SpvOpImage) {
91
load_id =
image_inst
->GetSingleWordInOperand(kSpvImageSampledImageIdInIdx);
95
load_inst =
image_inst
;
168
if (
image_inst
->opcode() == SpvOp::SpvOpSampledImage) {
170
image_inst
->type_id(), SpvOpSampledImage, new_load_id,
171
image_inst
->GetSingleWordInOperand(kSpvSampledImageSamplerIdInIdx));
174
assert(
image_inst
->opcode() == SpvOp::SpvOpImage && "expecting OpImage")
[
all
...]
Completed in 556 milliseconds